Skip to content

Commit f38c556

Browse files
authored
Merge pull request #8 from leanphp/guzzle-fix
update guzzle dependency - fix #6
2 parents e97b70c + db97046 commit f38c556

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
@@ -28,7 +28,7 @@
2828
"php": ">=5.3.10",
2929
"phpunit/php-code-coverage": "2.2.*",
3030
"behat/behat": "~3.0",
31-
"guzzle/http": "~3.0",
31+
"guzzlehttp/guzzle": "~3.0",
3232
"symfony/config": "~2.3||~3.0",
3333
"symfony/dependency-injection": "~2.2||~3.0",
3434
"symfony/expression-language": "~2.2||~3.0",

0 commit comments

Comments
 (0)