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 8af2454 commit cee2351Copy full SHA for cee2351
composer.json
@@ -23,17 +23,17 @@
23
"require": {
24
"php": "^7.4.15 || ^8.0.2",
25
"ext-json": "*",
26
- "php-http/client-common": "^2.6",
27
- "php-http/discovery": "^1.15",
28
- "php-http/httplug": "^2.3",
+ "php-http/client-common": "^2.6.1",
+ "php-http/discovery": "^1.17",
+ "php-http/httplug": "^2.4",
29
"psr/http-client-implementation": "^1.0",
30
"psr/http-factory-implementation": "^1.0",
31
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
32
"symfony/polyfill-php80": "^1.26"
33
},
34
"require-dev": {
35
"bamarni/composer-bin-plugin": "^1.8.2",
36
- "guzzlehttp/guzzle": "^7.5",
+ "guzzlehttp/guzzle": "^7.5.1",
37
"http-interop/http-factory-guzzle": "^1.2"
38
39
"autoload": {
0 commit comments