Skip to content

Commit

Permalink
Merge pull request #8 from kruegge82/main
Browse files Browse the repository at this point in the history
Allow http-message 2.0, as described in issue #5
  • Loading branch information
greew authored Oct 14, 2024
2 parents 64f6c91 + 9229c1d commit 38192e5
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 @@ -7,7 +7,7 @@
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"league/oauth2-client": "^2.6",
"guzzlehttp/psr7": "^2.4",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down

0 comments on commit 38192e5

Please sign in to comment.