Skip to content

Commit 6a23695

Browse files
authored
Merge pull request #150 from gplanchat/patch-1
Fixed version constraints of Guzzle6 client
2 parents 206be6c + 524ef29 commit 6a23695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ curl -s http://getcomposer.org/installer | php
3333

3434
Then, run the following command to require the library:
3535
```bash
36-
$ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter
36+
$ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter:^1.1
3737
```
3838

3939
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.

0 commit comments

Comments
 (0)