Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #115 from artisansweb/master
Browse files Browse the repository at this point in the history
Add illuminate support for Laravel 6 and 7
  • Loading branch information
joedawson authored Apr 19, 2020
2 parents aaaa5de + 99d3459 commit b3f4a25
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 @@ -10,7 +10,7 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "^5.4",
"illuminate/support": "^5.4|^6.0|^7.0",
"google/apiclient": "^2.2"
},
"require-dev": {
Expand Down

0 comments on commit b3f4a25

Please sign in to comment.