Skip to content

Commit

Permalink
Merge pull request #32 from drzraf/patch-1
Browse files Browse the repository at this point in the history
Be theoritically compatible with guzzle 7
  • Loading branch information
toddcornett authored May 11, 2022
2 parents 918d8d2 + 5c44f64 commit b820847
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/psr7": "^1.4"
"guzzlehttp/guzzle": "^6.3|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b820847

Please sign in to comment.