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