Skip to content

Commit

Permalink
Accept Guzzle 7 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivella committed Jul 17, 2020
1 parent 5d0f2bf commit 69b8060
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 @@
"php": ">=7.1",
"ext-json": "*",
"illuminate/support": "^5.8 || ^6.0 || ^7.0",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "~6.0 || ~7.0"
},
"require-dev": {
"symfony/http-foundation": "^5.0",
Expand Down

0 comments on commit 69b8060

Please sign in to comment.