Skip to content

Commit

Permalink
Merge pull request #9 from ghostwriter/feature/http-message-v2
Browse files Browse the repository at this point in the history
Support `psr/http-message` v2
  • Loading branch information
Jean85 authored Apr 11, 2023
2 parents adcb26d + 2fa57e5 commit c1481f7
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 @@ -20,7 +20,7 @@
],
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit c1481f7

Please sign in to comment.