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

Commit

Permalink
Merge pull request #1 from invit/master
Browse files Browse the repository at this point in the history
made guzzle version less strict
  • Loading branch information
DZunke committed Nov 10, 2014
2 parents dd70e9e + 57e4245 commit c8112b6
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 @@ -16,7 +16,7 @@
},
"require": {
"php": ">=5.4.0",
"guzzle/guzzle": "3.9.*"
"guzzle/guzzle": ">=3.7.0"
},
"require-dev": {
"phpunit/phpunit": "4.*"
Expand Down

0 comments on commit c8112b6

Please sign in to comment.