diff --git a/Readme.md b/Readme.md index 90feb7f..c8fe21b 100644 --- a/Readme.md +++ b/Readme.md @@ -57,16 +57,7 @@ $linkedIn->setHttpMessageFactory(new Http\Message\MessageFactory\GuzzleMessageFa ``` If you do not provide anything we will fallback on using auto discovery with [Puli](http://docs.puli.io/en/latest/). It will automatically find the -client you have installed. In order to use Puli you need to add the following to your composer.json. -```json -"require": { - "puli/composer-plugin": "^1.0.0-beta9", - "puli/repository": "^1.0-beta9", - "puli/discovery": "^1.0-beta9", - "puli/url-generator": "^1.0-beta4" -}, -``` - +client you have installed. ## Usage diff --git a/composer.json b/composer.json index cbab774..de99bed 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "php-http/httplug": "^1.0", "php-http/message": "^1.0", "php-http/message-factory": "^1.0", - "php-http/discovery": "^0.8" + "php-http/discovery": "^0.9" }, "require-dev": { - "php-http/guzzle5-adapter": "^0.5", + "php-http/guzzle5-adapter": "^0.6", "guzzlehttp/psr7": "^1.2", "mockery/mockery": "^0.9", "illuminate/support": "^5.0"