Skip to content

Commit

Permalink
Add support for psr/http-message 2.x (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno authored Sep 23, 2024
1 parent 4fe382d commit 3f0d260
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 @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.1 || ^8.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-client": "^1.0",
"php-http/httplug": "^1.1 || ^2.0",
"symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
Expand Down

0 comments on commit 3f0d260

Please sign in to comment.