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
With the release of google/apiclient 2.10.0 you changed the requirement of google/apiclient-servicesfrom ~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.
The text was updated successfully, but these errors were encountered:
With the release of
google/apiclient 2.10.0
you changed the requirement ofgoogle/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 ofgoogle/apiclient-services
. It should be~0.200
.Here is the error:
The text was updated successfully, but these errors were encountered: