Skip to content

Commit b233336

Browse files
Merge pull request #13 from jprodrigues70/patch-1
Add laravel 7 support
2 parents f02d5c2 + c7facb7 commit b233336

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
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"illuminate/support": "^5.5",
11+
"illuminate/support": "^5.5|^7.0",
1212
"predis/predis": "^1.1",
1313
"php" : "^7.0"
1414
},

0 commit comments

Comments
 (0)