Skip to content

Commit

Permalink
chore: update version compatibility for psr/http-message (#27)
Browse files Browse the repository at this point in the history
The version constraint for psr/http-message dependency in composer.json has been expanded to include version 2.0. This change will ensure compatibility with projects that require this newer version.

Co-authored-by: Vlčák <[email protected]>
  • Loading branch information
dontfreakout and Vlčák authored Sep 7, 2023
1 parent d933fd9 commit aff1f17
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 @@ -39,7 +39,7 @@
"guzzlehttp/psr7": "^1 || ^2.1",
"php-http/discovery": "^1.14",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0|^2.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
Expand Down

0 comments on commit aff1f17

Please sign in to comment.