Skip to content

Commit

Permalink
Update to new discovery 0.9. (#106)
Browse files Browse the repository at this point in the history
* Update to new discovery 0.9.

* Bump guzzle version
  • Loading branch information
Nyholm authored Jun 27, 2016
1 parent 3256b62 commit a9d6660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a9d6660

Please sign in to comment.