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

Can't install via Composer (php-http/guzzle6-adapter upgraded)

element-code opened this issue · comments

Hi,

currently you require php-http/httplug in your pakage and suggest php-http/guzzle6-adapter. This wont work anymore because they upgraded to 2.0.0. Please suggest php-http/guzzle6-adapter ^1.0.0 instead!

thanks :)


why it won't work:
php-http/guzzle6-adapter itself requires php-http/httplug. Since guzzle6-adapter@de1ebb7 they require version ^2.0 which creates a conflict with your version ^1.0 requirement.

Hello @element-code,

Thank you for your suggestion,

I just checked our composer.json and we use php-http/guzzle6-adapter ^2.0.

I close the issue.

Regards,

The Akeneo development team,