Skip to content

Commit

Permalink
Merge pull request #2 from paynl/feature/allow-psr-http-message-1-and-2
Browse files Browse the repository at this point in the history
Allow both psr/http-message 1.0 and 2.0
  • Loading branch information
paynl-wesley authored Nov 28, 2023
2 parents 180559f + c72ddeb commit 17e95f5
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 @@ -22,7 +22,7 @@
"require": {
"php": "^7.4 | ^8",
"nyholm/psr7": "^1.8",
"psr/http-message": "^2.0",
"psr/http-message": "^1.0 || ^2.0",
"nyholm/psr7-server": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit 17e95f5

Please sign in to comment.