allow Guzzle v5.3.1 to be able to support php7
This commit is contained in:
parent
fcae83b0c0
commit
c0894572b4
|
@ -22,7 +22,7 @@
|
|||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"99designs/http-signatures": ">=1.1.0 <3.0.0",
|
||||
"guzzlehttp/guzzle": ">=4.2.0 <5.3.0"
|
||||
"guzzlehttp/guzzle": ">=4.2.0 <=5.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.1"
|
||||
|
|
Loading…
Reference in New Issue