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

Problem with the google/auth package when running several google libraries at the same time #326

Closed
pdolinaj opened this issue Jul 12, 2017 · 1 comment
Assignees

Comments

@pdolinaj
Copy link

I am trying to run these 3 packages at the same time but due to the google/auth compatibility issue I can't:

composer require google/apiclient
OK

composer require googleads/googleads-php-lib
OK

composer require google/cloud

Problem 1
- Can only install one of: google/auth[v1.0, v0.11.1].
- Can only install one of: google/auth[v1.0, v0.11.1].
- Can only install one of: google/auth[v1.0, v0.11.1].
- google/apiclient v2.2.0 requires google/auth ^1.0 -> satisfiable by google/auth[v1.0].
- Installation request for google/apiclient ^2.2 -> satisfiable by google/apiclient[v2.2.0].
- Installation request for google/auth (locked at v0.11.1) -> satisfiable by google/auth[v0.11.1].

@fiboknacky fiboknacky self-assigned this Jul 12, 2017
@fiboknacky
Copy link
Member

Hello @pdolinaj

We're testing the compatibility of google/auth v1.0 with our library.
If no problems, we'll update the composer.json to use v1.0, which will be the same as google/cloud.

This is already tracked at #320, so I'll close this issue soon.

Best,
Knack

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