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 b37fbd9 commit ea3c489Copy full SHA for ea3c489
composer.json
@@ -15,10 +15,10 @@
15
"require": {
16
"php": ">=8.0",
17
"ext-json": "*",
18
- "guzzlehttp/psr7": "^1.6",
+ "guzzlehttp/psr7": "^1.6 || ^2.6",
19
"php-http/client-implementation": "^1.0",
20
"psr/http-client": "^1.0",
21
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
22
},
23
"require-dev": {
24
"http-interop/http-factory-guzzle": "^1.2",
0 commit comments