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 4edf2ac commit d1155c4Copy full SHA for d1155c4
1 file changed
composer.json
@@ -19,15 +19,15 @@
19
"phpunit/phpunit": "^9.6.17 || ^10.0 || ^11.0 || ^12.0",
20
"php-http/message": "^1.0 || ^2.0",
21
"php-http/message-factory": "^1.0",
22
- "guzzlehttp/psr7": "^1.9 || ^2.0",
+ "guzzlehttp/psr7": "^1.9 || ^2.0 || ^3.0",
23
"th3n3rd/cartesian-product": "^0.3"
24
},
25
"suggest": {
26
"php-http/httplug": "To test async client"
27
28
"require-dev": {
29
"php-http/httplug": "^2.0",
30
- "nyholm/psr7": "^1.8@dev"
+ "nyholm/psr7": "^1.8.2"
31
32
"autoload": {
33
"psr-4": {
0 commit comments