Skip to content

Commit

Permalink
Merge pull request #13 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 10, 2023
2 parents 5a4f141 + 2444358 commit e616d01
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.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e616d01

Please sign in to comment.