Skip to content

Commit 0937587

Browse files
authored
Merge pull request #201 from NaokiTsuchiya/allow-psr-http-message-v2
Allow psr/http-message v2
2 parents e6d82a6 + 4067b43 commit 0937587

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
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": ">=5.5.0",
21-
"psr/http-message": "~1.0",
21+
"psr/http-message": "^1.0 || ^2.0",
2222
"psr/log": "^1.0 || ^2.0 || ^3.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)