Skip to content

Commit

Permalink
Add support for Guzzle 7
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
robregonm authored Oct 14, 2020
1 parent a74d311 commit f885162
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 @@ -28,7 +28,7 @@
],
"require": {
"php": ">=7.0.0",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"illuminate/cache": ">=5.1.0",
"illuminate/container": ">=5.1.0",
"illuminate/filesystem": ">=5.1.0"
Expand Down

0 comments on commit f885162

Please sign in to comment.