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

New version doesn't allow google/apiclient-services 0.201.0 #2092

Closed
ThibaultVlacich opened this issue Jun 24, 2021 · 0 comments · Fixed by #2093
Closed

New version doesn't allow google/apiclient-services 0.201.0 #2092

ThibaultVlacich opened this issue Jun 24, 2021 · 0 comments · Fixed by #2093

Comments

@ThibaultVlacich
Copy link
Contributor

ThibaultVlacich commented Jun 24, 2021

With the release of google/apiclient 2.10.0 you changed the requirement of google/apiclient-services from ~0.13 to ^0.200.0. This requirement doesn't allow to install google/apiclient-services 0.201.0, and will block any subsequent patch release of google/apiclient-services. It should be ~0.200.

Here is the error:

# composer update google/apiclient
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires google/apiclient 2.10.0 -> satisfiable by google/apiclient[v2.10.0].
    - google/apiclient v2.10.0 requires google/apiclient-services ^0.200.0 -> found google/apiclient-services[v0.200.0] but it conflicts with your root composer.json require (0.201.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant