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

Commit b3f4a25

Browse files
authored
Merge pull request #115 from artisansweb/master
Add illuminate support for Laravel 6 and 7
2 parents aaaa5de + 99d3459 commit b3f4a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^7.0",
13-
"illuminate/support": "^5.4",
13+
"illuminate/support": "^5.4|^6.0|^7.0",
1414
"google/apiclient": "^2.2"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)