Skip to content

Commit

Permalink
Merge pull request #205 from christophheich/patch-1
Browse files Browse the repository at this point in the history
Support for Laravel 8
  • Loading branch information
Antoine authored Sep 11, 2020
2 parents 24511ad + 6e2f570 commit ad94046
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 @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "~6.0|~5.3"
"guzzlehttp/guzzle": "~7.0|~6.0|~5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36|^5.7",
Expand Down

0 comments on commit ad94046

Please sign in to comment.