Skip to content

Commit 5395df1

Browse files
author
ginnerpeace
authored
Merge pull request #2 from ginnerpeace/feature/l6support
Laravel 6 & 7 support
2 parents 1fefb4f + 2cd2ec8 commit 5395df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": "^7.0",
16-
"illuminate/redis": "^5.1",
17-
"illuminate/support": "^5.1",
16+
"illuminate/redis": "^5.1|^6.0|^7.0",
17+
"illuminate/support": "^5.1|^6.0|^7.0",
1818
"predis/predis": "~1.1"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)