We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
composer satisfiable conflicted with google/apiclient ^2.0
Problem 1 - google/apiclient v2.1.0 requires google/auth ^0.11 -> satisfiable by google/auth[v0.11.1, v0.11.0]. - google/apiclient v2.0.0 requires google/auth 0.8 -> satisfiable by google/auth[v0.8]. - Can only install one of: google/auth[v0.7, v0.11.1]. - googleads/googleads-php-lib 25.0.0 requires google/auth ^0.7 -> satisfiable by google/auth[v0.7]. - Installation request for google/apiclient ^2.0 -> satisfiable by google/apiclient[v2.0.0, v2.1.0].
The text was updated successfully, but these errors were encountered:
Similar to issue #210, updating this lib's dep on google-auth to ^0.11.0 should fix this, I'll do that. Thanks for filing this.
Sorry, something went wrong.
This issue is fixed in release v25.1.0.
vtsao
No branches or pull requests
composer satisfiable conflicted with google/apiclient ^2.0
Problem 1
- google/apiclient v2.1.0 requires google/auth ^0.11 -> satisfiable by google/auth[v0.11.1, v0.11.0].
- google/apiclient v2.0.0 requires google/auth 0.8 -> satisfiable by google/auth[v0.8].
- Can only install one of: google/auth[v0.7, v0.11.1].
- googleads/googleads-php-lib 25.0.0 requires google/auth ^0.7 -> satisfiable by google/auth[v0.7].
- Installation request for google/apiclient ^2.0 -> satisfiable by google/apiclient[v2.0.0, v2.1.0].
The text was updated successfully, but these errors were encountered: