From 524ef294f026e267b5675e24ee2ae2d7de022927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20PLANCHAT?= Date: Mon, 3 Dec 2018 15:16:24 +0100 Subject: [PATCH] Fixed version constraints of Guzzle6 client --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b21ae7c4..3058d128 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $ curl -s http://getcomposer.org/installer | php Then, run the following command to require the library: ```bash -$ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter +$ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter:^1.1 ``` If you want to use another HTTP client implementation, you can check [here](https://packagist.org/providers/php-http/client-implementation) the full list of HTTP client implementations.