Skip to content

Commit 84c4fb6

Browse files
authored
Merge pull request #7 from ghostwriter/feature/http-message-v2
Support `psr/http-message` v2
2 parents cada5cd + 856dedb commit 84c4fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=7.0",
24-
"psr/http-message": "^1.0"
24+
"psr/http-message": "^1.0 || ^2.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)