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

How to solve guzzle error #53

Open
jyotip2 opened this issue Sep 6, 2020 · 3 comments
Open

How to solve guzzle error #53

jyotip2 opened this issue Sep 6, 2020 · 3 comments

Comments

@jyotip2
Copy link

jyotip2 commented Sep 6, 2020

Problem 1
- Installation request for edujugon/laravel-google-ads ^2.1 -> satisfiable by edujugon/laravel-google-ads[2.1.0].
- Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.0.1].
- Can only install one of: guzzlehttp/guzzle[7.0.1, 6.5.x-dev].
- Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.0.1].
- Conclusion: install guzzlehttp/guzzle 6.5.x-dev
- Installation request for guzzlehttp/guzzle (locked at 7.0.1, required as ^7.0) -> satisfiable by guzzlehttp/guzzle[7.0.1].

@jennlee20
Copy link

Hi i got the same error if use Laravel 8. seems like only able to use laravel 7 for now?
hope someone can help?

@valian99
Copy link

valian99 commented Nov 5, 2020

After so many research on the internet, i finally got the solution.
Try to run this code:

composer require guzzlehttp/guzzle:^6.0

This will Downgrade guzzlehttp/guzzle (7.0.1 => 6.5.5)".

@cheema14
Copy link

composer require guzzlehttp/guzzle:^6.0

This didn't work for me. Instead its displaying more errors now :P

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

4 participants