Skip to content

Commit e4592d1

Browse files
committed
update: deps
1 parent 61aee6f commit e4592d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919
},
2020
"require": {
2121
"php": "^7.3 || ^8.0",
22-
"php-http/client-implementation": "^1.0",
22+
"guzzlehttp/guzzle": "^7.9",
2323
"php-http/discovery": "^1.0",
24-
"php-http/httplug": "^2.4",
2524
"psr/http-client": "^1.0",
2625
"psr/http-factory": "^1.0",
27-
"psr/http-message": "^1.0|^2.0",
28-
"symfony/http-client": "^7.2"
26+
"psr/http-message": "^1.0|^2.0"
2927
},
3028
"require-dev": {
3129
"guzzlehttp/psr7": "^2.0",

0 commit comments

Comments
 (0)