We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d189dbd commit 6a6dddcCopy full SHA for 6a6dddc
composer.json
@@ -20,16 +20,16 @@
20
"php": "^5.6 || ^7.0",
21
"psr/http-message": "^1.0",
22
"psr/cache": "^1.0",
23
- "php-http/httplug": "^1.1",
+ "php-http/httplug": "^1.1 || ^2.0",
24
"php-http/discovery": "^1.0",
25
"php-http/client-implementation": "^1.0",
26
- "php-http/client-common": "^1.6",
+ "php-http/client-common": "^1.6 || ^2.0",
27
"php-http/cache-plugin": "^1.4"
28
},
29
"require-dev": {
30
"phpunit/phpunit": "^5.5 || ^6.0",
31
- "php-http/guzzle6-adapter": "^1.0",
32
- "php-http/mock-client": "^1.0",
+ "php-http/guzzle6-adapter": "^1.0 || ^2.0",
+ "php-http/mock-client": "^1.2",
33
"guzzlehttp/psr7": "^1.2",
34
"cache/array-adapter": "^0.4"
35
0 commit comments