Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from hajekj/master
Browse files Browse the repository at this point in the history
Add support for latest Guzzle 6.1.0 HTTP library.
  • Loading branch information
JakubOleksy committed Nov 16, 2015
2 parents a0592d3 + 1214199 commit e0d6d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "~5.0"
"guzzlehttp/guzzle": ">=5.0 <=6.1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.3",
Expand Down

0 comments on commit e0d6d70

Please sign in to comment.