Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guzzle dependency conflict for Laravel #80

Open
cooperRjp opened this issue Apr 20, 2021 · 1 comment
Open

guzzle dependency conflict for Laravel #80

cooperRjp opened this issue Apr 20, 2021 · 1 comment

Comments

@cooperRjp
Copy link

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.

@jivanrij
Copy link

You can change guzzlehttp/guzzle ^6.2 to *, then you can install the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants