Skip to content

Commit e2809f8

Browse files
authored
support psr/http-message 2.0 (#229)
1 parent de61dd5 commit e2809f8

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
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.4 || ^8.0",
2424
"ext-curl": "*",
25-
"psr/http-message": "~1.0",
25+
"psr/http-message": "~1.0 || ~2.0",
2626
"psr/log": "^1.0 || ^2.0 || ^3.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)