Skip to content

Commit

Permalink
Expand require for http message implementation metapackage to match h…
Browse files Browse the repository at this point in the history
…ttp message

Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus committed May 11, 2023
1 parent 49ec39e commit 94d39c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-message-implementation": "^1.0",
"psr/http-message-implementation": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 94d39c0

Please sign in to comment.