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.
2 parents 6ddcc03 + 7244cc3 commit eddf28eCopy full SHA for eddf28e
composer.json
@@ -7,14 +7,14 @@
7
"php": "^7.2 || ^8.0",
8
"psr/http-message": "^1.0",
9
"php-http/message": "^1.6",
10
- "php-http/httplug": "^1.0",
+ "php-http/httplug": "^1.0 || ^2.0",
11
"php-http/client-implementation": "^1.0",
12
"php-http/discovery": "^1.0",
13
"eloquent/enumeration": "^5.1",
14
"jms/serializer": "^1.8 || ^3.0"
15
},
16
"require-dev": {
17
- "php-http/guzzle6-adapter": "^1.0",
+ "php-http/guzzle6-adapter": "^1.0 || ^2.0",
18
"phpunit/phpunit": ">=5 <9",
19
"symfony/yaml": "^2.0",
20
"symfony/filesystem": "^3.1",
0 commit comments