Skip to content

Commit 8d854fe

Browse files
authored
Support psr/http-message. (#5789)
1 parent 88512a2 commit 8d854fe

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
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=8.0",
20-
"psr/http-message": "^1.0",
20+
"psr/http-message": "^1.0|^2.0",
2121
"hyperf/contract": "~3.0.0",
2222
"hyperf/di": "~3.0.0",
2323
"hyperf/guzzle": "~3.0.0",

0 commit comments

Comments
 (0)