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 a9c261e + 2a3a71b commit ee9bc59Copy full SHA for ee9bc59
composer.json
@@ -27,7 +27,7 @@
27
"psr/cache": "^1.0|^2.0|^3.0",
28
"psr/http-client-implementation": "^1.0",
29
"psr/http-factory-implementation": "^1.0",
30
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.0|^2.0",
31
"symfony/polyfill-php80": "^1.17",
32
"symfony/deprecation-contracts": "^2.2|^3.0"
33
},
@@ -58,7 +58,8 @@
58
"config": {
59
"allow-plugins": {
60
"phpstan/extension-installer": true,
61
- "composer/package-versions-deprecated": true
+ "composer/package-versions-deprecated": true,
62
+ "php-http/discovery": true
63
}
64
65
0 commit comments