Skip to content

Commit 4b04b4a

Browse files
committed
allow http-message ^2.0
1 parent caadeba commit 4b04b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"require": {
3232
"php": "^7.1 || ^8.0",
3333
"ext-json": "*",
34-
"psr/http-message": "^1.0",
34+
"psr/http-message": "^1.0 || ^2.0 ",
3535
"psr/http-client": "^1.0",
3636
"guzzlehttp/guzzle": "^6.3|^7.0.1"
3737
},

0 commit comments

Comments
 (0)