Skip to content

Commit a372918

Browse files
authored
Allow psr/http-message: 2.0 (#555)
1 parent 02b965b commit a372918

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
@@ -52,7 +52,7 @@
5252
"require": {
5353
"php": "^7.2.5 || ^8.0",
5454
"psr/http-factory": "^1.0",
55-
"psr/http-message": "^1.1",
55+
"psr/http-message": "^1.1 || ^2.0",
5656
"ralouphie/getallheaders": "^3.0"
5757
},
5858
"provide": {

0 commit comments

Comments
 (0)