Skip to content

Commit

Permalink
updated readme to reflect new guzzle version options
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Dec 19, 2015
1 parent 8dd122f commit 093981e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You then need to install **one** of the following:
```bash
$ php composer.phar require kriswallsmith/buzz:~0.10
$ php composer.phar require guzzle/guzzle:~3.7
$ php composer.phar require guzzlehttp/guzzle:~5.0
$ php composer.phar require guzzlehttp/guzzle:>=5.0,<7.0
```

Or edit `composer.json` and add:
Expand All @@ -66,7 +66,7 @@ And then add **one** of the following:
"require": {
"kriswallsmith/buzz": "~0.10",
"guzzle/guzzle": "~3.7",
"guzzlehttp/guzzle" : "~5.0"
"guzzlehttp/guzzle" : ">=5.0,<7.0"
}
}
```
Expand Down

0 comments on commit 093981e

Please sign in to comment.