Skip to content

Commit

Permalink
Merge pull request #47 from Xerkus/feature/bump-require-psr-implement…
Browse files Browse the repository at this point in the history
…ation

Expand require for http message implementation
  • Loading branch information
gsteel authored Jul 25, 2023
2 parents 575b75e + 94d39c0 commit ab1fe48
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 ab1fe48

Please sign in to comment.