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

Commit 6a4971c

Browse files
authored
Merge pull request #126 from seblavoie/patch-1
Adding support to Laravel 8
2 parents b3f4a25 + 0749e0f commit 6a4971c

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|^6.0|^7.0",
13+
"illuminate/support": "^5.4|^6.0|^7.0|^8.0",
1414
"google/apiclient": "^2.2"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)