Skip to content

Commit

Permalink
Merge pull request #63 from ankurk91/patch/guzzle-7
Browse files Browse the repository at this point in the history
Allow guzzle v7
  • Loading branch information
benwilkins authored Jun 29, 2020
2 parents 4f5d35f + 0804d33 commit 999bcd4
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 @@ -16,7 +16,7 @@
],
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/guzzle": "^6.2|^7.0",
"illuminate/notifications": "~5.3|^6.0|^7.0",
"illuminate/queue": "~5.3|^6.0|^7.0",
"illuminate/support": "~5.3|^6.0|^7.0",
Expand Down

0 comments on commit 999bcd4

Please sign in to comment.