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:
commit
7750e7e9b9
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user