Skip to content

Commit

Permalink
Merge pull request #1 from leuchte/master
Browse files Browse the repository at this point in the history
Add Guzzle 7 support
  • Loading branch information
tomcoonen authored Feb 15, 2021
2 parents a82a0f8 + ff4cf65 commit 36b4954
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 @@ -22,7 +22,7 @@
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.2"
"guzzlehttp/guzzle": "~6.2|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
Expand All @@ -37,4 +37,4 @@
"Tests\\": "tests/"
}
}
}
}

0 comments on commit 36b4954

Please sign in to comment.