Skip to content

Commit cee2351

Browse files
Updated version constraints
1 parent 8af2454 commit cee2351

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"require": {
2424
"php": "^7.4.15 || ^8.0.2",
2525
"ext-json": "*",
26-
"php-http/client-common": "^2.6",
27-
"php-http/discovery": "^1.15",
28-
"php-http/httplug": "^2.3",
26+
"php-http/client-common": "^2.6.1",
27+
"php-http/discovery": "^1.17",
28+
"php-http/httplug": "^2.4",
2929
"psr/http-client-implementation": "^1.0",
3030
"psr/http-factory-implementation": "^1.0",
31-
"psr/http-message": "^1.0",
31+
"psr/http-message": "^1.1 || ^2.0",
3232
"symfony/polyfill-php80": "^1.26"
3333
},
3434
"require-dev": {
3535
"bamarni/composer-bin-plugin": "^1.8.2",
36-
"guzzlehttp/guzzle": "^7.5",
36+
"guzzlehttp/guzzle": "^7.5.1",
3737
"http-interop/http-factory-guzzle": "^1.2"
3838
},
3939
"autoload": {

0 commit comments

Comments
 (0)