akeneo / api-php-client

PHP client of Akeneo PIM API

Home Page:https://packagist.org/packages/akeneo/api-php-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while updating API PHP Client

jmtinghir opened this issue · comments

Hello,

I'm trying to upgrade the PHP client from 1.0 to 4.0. I've updated the composer.json this way :

"require": {
…
"akeneo/api-php-client-ee": "^4.0",
…
}

But then when launching composer update, I've an error that I don't understand :

Your requirements could not be resolved to an installable set of packages.

Problem 1
Conclusion: remove php-http/guzzle6-adapter v1.1.1
Conclusion: don't install akeneo/api-php-client-ee v4.0.2
Conclusion: don't install php-http/guzzle6-adapter v1.1.1
Conclusion: don't install akeneo/api-php-client v4.0.2|don't install php-http/guzzle6-adapter v1.1.0|keep php-http/httplug v1.1.0
Conclusion: remove php-http/httplug v1.1.0
Installation request for php-http/guzzle6-adapter ^1.1 -> satisfiable by php-http/guzzle6-adapter[v1.1.0, v1.1.1].
akeneo/api-php-client-ee v4.0.0 requires akeneo/api-php-client ^4.0 -> satisfiable by akeneo/api-php-client[v4.0.0, v4.0.1, v4.0.2].
akeneo/api-php-client-ee v4.0.1 requires akeneo/api-php-client ^4.0 -> satisfiable by akeneo/api-php-client[v4.0.0, v4.0.1, v4.0.2].
akeneo/api-php-client v4.0.1 requires php-http/httplug ^2.0 -> satisfiable by php-http/httplug[2.1.0, 2.2.0, v2.0.0].
akeneo/api-php-client v4.0.0 requires php-http/httplug ^2.0 -> satisfiable by php-http/httplug[2.1.0, 2.2.0, v2.0.0].
Can only install one of: php-http/httplug[v1.0.0, 2.1.0].
Can only install one of: php-http/httplug[v1.0.0, 2.2.0].
Can only install one of: php-http/httplug[v2.0.0, v1.0.0].
php-http/guzzle6-adapter v1.1.0 requires php-http/httplug ^1.0 -> satisfiable by php-http/httplug[v1.1.0, v1.0.0].
Conclusion: don't install php-http/httplug v1.1.0
Installation request for akeneo/api-php-client-ee ^4.0 -> satisfiable by akeneo/api-php-client-ee[v4.0.0, v4.0.1, v4.0.2].

If someone has an idea… thanks !