Skip to content

Commit 46c8cbc

Browse files
committed
(deps): update psr and php http dependencies
1 parent 6164f88 commit 46c8cbc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@
1212
}
1313
],
1414
"config": {
15-
"sort-packages": true
15+
"sort-packages": true,
16+
"allow-plugins": {
17+
"php-http/discovery": true
18+
}
1619
},
1720
"require": {
1821
"php": "^7.3 || ^8.0",
1922
"php-http/client-implementation": "^1.0",
2023
"php-http/discovery": "^1.0",
21-
"php-http/httplug": "^2.2.0",
22-
"php-http/message": "^1.11.0",
24+
"psr/http-client": "^1.0",
2325
"psr/http-factory": "^1.0",
24-
"psr/http-message": "^1.0"
26+
"psr/http-message": "^1.0|^2.0"
2527
},
2628
"require-dev": {
2729
"guzzlehttp/psr7": "^2.0",

0 commit comments

Comments
 (0)