From 33c3160e466aa6805110bc83a4550272824a5540 Mon Sep 17 00:00:00 2001 From: Romain Monceau Date: Thu, 22 Aug 2019 18:06:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b19735ca..fd4f472d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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:^2.0 +$ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter:^2.0 http-interop/http-factory-guzzle:^1.0 ``` 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.