Skip to content

Commit fa6cd4a

Browse files
committed
Merge pull request #177 from dunglas/fix_composer
Fix Guzzle requirement
2 parents d488a2d + 99b51cd commit fa6cd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": ">=5.3.3",
25-
"guzzle/http": "3.*",
25+
"guzzle/guzzle": "~3.0",
2626
"symfony/event-dispatcher": "~2.3",
2727
"symfony/options-resolver": "~2.3"
2828
},

0 commit comments

Comments
 (0)