Skip to content

Commit 94d39c0

Browse files
committed
Expand require for http message implementation metapackage to match http message
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
1 parent 49ec39e commit 94d39c0

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
@@ -35,7 +35,7 @@
3535
"require": {
3636
"php": "~8.1.0 || ~8.2.0",
3737
"psr/http-message": "^1.0 || ^2.0",
38-
"psr/http-message-implementation": "^1.0",
38+
"psr/http-message-implementation": "^1.0 || ^2.0",
3939
"psr/http-server-handler": "^1.0"
4040
},
4141
"require-dev": {

0 commit comments

Comments
 (0)