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

phpdocumentor/reflection-docblock 4.* #399

Closed
DaleAdtrak opened this issue Nov 16, 2017 · 3 comments
Closed

phpdocumentor/reflection-docblock 4.* #399

DaleAdtrak opened this issue Nov 16, 2017 · 3 comments
Assignees

Comments

@DaleAdtrak
Copy link

Having an issue installing this with Laravel due to a dependency issue with phpdocumentor/reflection-docblock.
Appears to have been fixed in commit ff3232c and then rolled back in 86d8883.
Any fixes for this?

Heres the error:
Problem 1
- Installation request for googleads/googleads-php-lib ^32.0 -> satisfiable by googleads/googleads-php-lib[32.0.0].
- Conclusion: remove phpdocumentor/reflection-docblock 4.1.1
- Conclusion: don't install phpdocumentor/reflection-docblock 4.1.1
- googleads/googleads-php-lib 32.0.0 requires phpdocumentor/reflection-docblock ^3.0.3 -> satisfiable by phpdocumentor/reflection-docblock[3.0.3, 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.3.0].
- Can only install one of: phpdocumentor/reflection-docblock[3.0.3, 4.1.1].
- Can only install one of: phpdocumentor/reflection-docblock[3.1.0, 4.1.1].
- Can only install one of: phpdocumentor/reflection-docblock[3.1.1, 4.1.1].
- Can only install one of: phpdocumentor/reflection-docblock[3.2.0, 4.1.1].
- Can only install one of: phpdocumentor/reflection-docblock[3.2.1, 4.1.1].
- Can only install one of: phpdocumentor/reflection-docblock[3.2.2, 4.1.1].
- Can only install one of: phpdocumentor/reflection-docblock[3.2.3, 4.1.1].
- Can only install one of: phpdocumentor/reflection-docblock[3.3.0, 4.1.1].
- Installation request for phpdocumentor/reflection-docblock (locked at 4.1.1) -> satisfiable by phpdocumentor/reflection-docblock[4.1.1].

@nmfarshad
Copy link

nmfarshad commented Nov 17, 2017

I'm guessing you are using Laravel 5.5
If your application doesnt depend on phpdocumentor/reflection-docblock v4.1.1
you can install google leads by downgrading to phpdocumentor version 3.3.0

composer require phpdocumentor/reflection-docblock:~3.3.0

This is a workaround untill google leads devs get back !

@fiboknacky fiboknacky self-assigned this Nov 17, 2017
@fiboknacky
Copy link
Member

Hello Dale,

Sorry for this inconvenience. It was my mistake so the composer.json was reverted to the state before.
I've commited the change so the composer.json of dev-master now has "phpdocumentor/reflection-docblock": "^4.0.0 || ^3.0.3" as expected.

Please try composer require googleads/googleads-php-lib:dev-master again.
We'll include this change in the next release.

Knack

@fiboknacky
Copy link
Member

This is fixed in v32.1.0.

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