Skip to content

Commit

Permalink
chore: allow guzzlehttp/psr7 version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Sep 16, 2023
1 parent b37fbd9 commit ea3c489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"require": {
"php": ">=8.0",
"ext-json": "*",
"guzzlehttp/psr7": "^1.6",
"guzzlehttp/psr7": "^1.6 || ^2.6",
"php-http/client-implementation": "^1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
"http-interop/http-factory-guzzle": "^1.2",
Expand Down

0 comments on commit ea3c489

Please sign in to comment.