Skip to content

Commit bcdec3a

Browse files
authored
Allow psr/http-message v2 (#21)
1 parent b30447a commit bcdec3a

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
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^7.4|^8.0",
2323
"psr/http-factory": "^1.0",
24-
"psr/http-message": "^1.0"
24+
"psr/http-message": "^1.1|^2.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)