You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to add to a new Laravel project i get the following:
Problem 1
- Root composer.json requires saintsystems/odata-client ^0.2.6 -> satisfiable by saintsystems/odata-client[0.2.6].
- saintsystems/odata-client 0.2.6 requires guzzlehttp/guzzle ^6.2 -> found guzzlehttp/guzzle[6.2.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.3).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
The text was updated successfully, but these errors were encountered:
Trying to add to a new Laravel project i get the following:
Problem 1
- Root composer.json requires saintsystems/odata-client ^0.2.6 -> satisfiable by saintsystems/odata-client[0.2.6].
- saintsystems/odata-client 0.2.6 requires guzzlehttp/guzzle ^6.2 -> found guzzlehttp/guzzle[6.2.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.3).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
The text was updated successfully, but these errors were encountered: