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 61aee6f commit e4592d1Copy full SHA for e4592d1
composer.json
@@ -19,13 +19,11 @@
19
},
20
"require": {
21
"php": "^7.3 || ^8.0",
22
- "php-http/client-implementation": "^1.0",
+ "guzzlehttp/guzzle": "^7.9",
23
"php-http/discovery": "^1.0",
24
- "php-http/httplug": "^2.4",
25
"psr/http-client": "^1.0",
26
"psr/http-factory": "^1.0",
27
- "psr/http-message": "^1.0|^2.0",
28
- "symfony/http-client": "^7.2"
+ "psr/http-message": "^1.0|^2.0"
29
30
"require-dev": {
31
"guzzlehttp/psr7": "^2.0",
0 commit comments