Skip to content

Commit

Permalink
Merge pull request #73 from internalsystemerror/update-psr-http-message
Browse files Browse the repository at this point in the history
Add support for `psr/http-message` v2
  • Loading branch information
paragonie-security committed May 24, 2023
2 parents b0ef3f3 + e3fee34 commit c5e8208
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 @@ -38,7 +38,7 @@
"php": "^7.1|^8",
"ext-json": "*",
"paragonie/constant_time_encoding": "^2",
"psr/http-message": "^1"
"psr/http-message": "^1|^2"
},
"require-dev": {
"phpunit/phpunit": "^7|^8|^9",
Expand Down

0 comments on commit c5e8208

Please sign in to comment.