1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 18:13:00 +01:00

Merge pull request #615 from GrahamCampbell/patch-1

Update composer.json
This commit is contained in:
Michael Dowling 2014-03-30 15:24:21 -07:00
commit 7750e7e9b9

View File

@ -16,7 +16,7 @@
"require": {
"php": ">=5.4.0",
"guzzlehttp/streams": "1.*"
"guzzlehttp/streams": "~1.0"
},
"autoload": {
@ -28,8 +28,8 @@
"require-dev": {
"ext-curl": "*",
"psr/log": "~1",
"phpunit/phpunit": "4.*"
"psr/log": "~1.0",
"phpunit/phpunit": "~4.0"
},
"extra": {