Allow php-http/guzzle6-adapter ^2.0

It still uses the same API, just updated for PHP 7
This commit is contained in:
Bob Olde Hampsink 2020-05-06 08:38:31 +02:00 committed by David Garcia
parent 2eb93f2931
commit e707e112f5

View file

@ -11,7 +11,7 @@
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"php-http/guzzle6-adapter": "^1.0",
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
"nyholm/psr7": "^1.0",
"nyholm/nsa": "^1.1"
},