Skip to content

Commit

Permalink
Merge pull request #33 from mstyles/gh-27-allow-guzzle-v7
Browse files Browse the repository at this point in the history
Allow the package to be used with guzzlehttp/guzzle v7
  • Loading branch information
jakubkulhan authored Mar 30, 2021
2 parents f4a33b9 + 1463e4f commit 30ea33d
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 @@ -20,7 +20,7 @@
"minimum-stability": "stable",
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3|^7.0",
"php": "~7.1",
"symfony/filesystem": ">=2.3",
"symfony/process": ">=3.3",
Expand Down

0 comments on commit 30ea33d

Please sign in to comment.