Skip to content

Commit ea3c489

Browse files
committed
chore: allow guzzlehttp/psr7 version 2
1 parent b37fbd9 commit ea3c489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"require": {
1616
"php": ">=8.0",
1717
"ext-json": "*",
18-
"guzzlehttp/psr7": "^1.6",
18+
"guzzlehttp/psr7": "^1.6 || ^2.6",
1919
"php-http/client-implementation": "^1.0",
2020
"psr/http-client": "^1.0",
21-
"psr/http-message": "^1.0"
21+
"psr/http-message": "^1.0 || ^2.0"
2222
},
2323
"require-dev": {
2424
"http-interop/http-factory-guzzle": "^1.2",

0 commit comments

Comments
 (0)