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

Commit

Permalink
made guzzle version less strict
Browse files Browse the repository at this point in the history
if a project has dependencies for an other guzzle version (in my example for 3.7.x) because of an other vendor (f.e. aws/aws-sdk-php) there are unresolvable composer conflicts
  • Loading branch information
toooni committed Nov 8, 2014
1 parent dd70e9e commit 57e4245
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 57e4245

Please sign in to comment.