akeneo / api-php-client

PHP client of Akeneo PIM API
https://packagist.org/packages/akeneo/api-php-client
Other
90 stars 57 forks source link

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

Closed element-code closed 2 years ago

element-code commented 5 years ago

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.

tomglvng commented 2 years ago

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,