Skip to content

Commit

Permalink
Add support for guzzle 7 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLevti authored Nov 11, 2020
1 parent 07519ba commit 8f1e4b6
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 @@ -24,7 +24,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2"
"guzzlehttp/guzzle": "^6.2 || ^7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
Expand Down

0 comments on commit 8f1e4b6

Please sign in to comment.