Skip to content

Commit 81e5d4a

Browse files
author
Brent, Bohan Yang
authored
Allow psr/http-message v2.0
1 parent c759c34 commit 81e5d4a

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
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.0",
2121
"psr/http-factory": "^1.0.1",
22-
"psr/http-message": "^1.0.1",
22+
"psr/http-message": "^1.0.1|^2.0",
2323
"psr/http-server-handler": "^1.0.1",
2424
"psr/log": "^1.1.4|^2.0|^3.0",
2525
"workerman/workerman": "^4.0.30"

0 commit comments

Comments
 (0)