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 Version conflict #43

Open
ahmadod opened this issue Dec 22, 2021 · 2 comments
Open

Guzzle Version conflict #43

ahmadod opened this issue Dec 22, 2021 · 2 comments

Comments

@ahmadod
Copy link

ahmadod commented Dec 22, 2021

Hello
Thanks for your great package
I have issues installing the package on laravel 8, PHP8

--- Composer :
Your requirements could not be resolved to an installable set of packages.
Problem 1
- rapidwebltd/php-google-people-api[v1.0.0, ..., v1.0.1] require rapidwebltd/php-google-oauth-2-handler ^1.2.1 -> satisfiable by rapidwebltd/php-google-oauth-2-han
dler[v1.2.1, v1.2.2].
- rapidwebltd/php-google-oauth-2-handler[v1.2.1, ..., v1.2.2] require guzzlehttp/guzzle ^6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.x-dev] but it conflicts wit
h your root composer.json require (^7.0.1).
- Root composer.json requires rapidwebltd/php-google-people-api ^1.0 -> satisfiable by rapidwebltd/php-google-people-api[v1.0.0, v1.0.1].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Please Help

@goigarg
Copy link

goigarg commented Feb 20, 2022

same issue

@c7v
Copy link

c7v commented Nov 21, 2022

Потому что нужно в https://github.com/rapidwebltd/php-google-oauth-2-handler/blob/master/composer.json изменить "guzzlehttp/guzzle": "^6.3" на "guzzlehttp/guzzle": ">=6.3"

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

3 participants