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 6164f88 commit 46c8cbcCopy full SHA for 46c8cbc
composer.json
@@ -12,16 +12,18 @@
12
}
13
],
14
"config": {
15
- "sort-packages": true
+ "sort-packages": true,
16
+ "allow-plugins": {
17
+ "php-http/discovery": true
18
+ }
19
},
20
"require": {
21
"php": "^7.3 || ^8.0",
22
"php-http/client-implementation": "^1.0",
23
"php-http/discovery": "^1.0",
- "php-http/httplug": "^2.2.0",
- "php-http/message": "^1.11.0",
24
+ "psr/http-client": "^1.0",
25
"psr/http-factory": "^1.0",
- "psr/http-message": "^1.0"
26
+ "psr/http-message": "^1.0|^2.0"
27
28
"require-dev": {
29
"guzzlehttp/psr7": "^2.0",
0 commit comments