Mailgun icon indicating copy to clipboard operation
Mailgun copied to clipboard

Cannot install php-http/guzzle6-adapter

Open sinnbeck opened this issue 5 years ago • 2 comments

After installing mailgun I am not able to install php-http/guzzle6-adapter

I get the following error

Problem 1
    - Installation request for php-http/guzzle6-adapter dev-master -> satisfiable by php-http/guzzle6-adapter[dev-master].
    - Conclusion: remove php-http/httplug v1.1.0
    - Conclusion: don't install php-http/httplug v1.1.0
    - php-http/guzzle6-adapter dev-master requires php-http/httplug ^2.0 -> satisfiable by php-http/httplug[2.0.x-dev, v2.0.0].
    - Can only install one of: php-http/httplug[2.0.x-dev, v1.1.0].
    - Can only install one of: php-http/httplug[v2.0.0, v1.1.0].
    - Installation request for php-http/httplug (locked at v1.1.0) -> satisfiable by php-http/httplug[v1.1.0].

I am using mailgun 5.0.4

sinnbeck avatar Dec 20 '18 07:12 sinnbeck

Was able to fix it using.

php composer.phar require php-http/guzzle6-adapter 1.1.1

Perhaps the documentation should be updated ?

sinnbeck avatar Dec 20 '18 07:12 sinnbeck

I had to do the same, and I was about to advise. You already did it.

JCarlosR avatar Feb 01 '19 03:02 JCarlosR