Skip to content

Commit

Permalink
Add support for psr/http-message 2.x #36
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Sep 20, 2024
1 parent cf90588 commit 080487d
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 @@ -10,7 +10,7 @@
"license": "MIT",
"require": {
"php": "8.2.* || 8.3.*",
"psr/http-message": "^1",
"psr/http-message": "^1 || ^2",
"psr/http-server-handler": "^1",
"psr/http-server-middleware": "^1"
},
Expand Down

0 comments on commit 080487d

Please sign in to comment.