widen the requirements so it can be used with guzzle versions up to 5.2.*
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"99designs/http-signatures": "~1.1",
|
"99designs/http-signatures": "~1.1",
|
||||||
"guzzlehttp/guzzle": "~4.2"
|
"guzzlehttp/guzzle": ">=4.2.0 <5.3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~4.1"
|
"phpunit/phpunit": "~4.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user