Skip to content

Commit

Permalink
Add newer guzzle versions to composer requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivella committed Mar 27, 2021
1 parent 9abe97c commit 0896277
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 || ^8.0",
"guzzlehttp/guzzle": "~6.0 || ^7.0.1"
"guzzlehttp/guzzle": "~6.0 || ^7.0.1 || ^7.1 || ^7.2 || ^7.3"
},
"require-dev": {
"symfony/http-foundation": "^5.0",
Expand Down

0 comments on commit 0896277

Please sign in to comment.