Skip to content

Commit 4ff3321

Browse files
author
ginnerpeace
authored
Merge pull request #4 from ginnerpeace/feature/l8support
Update composer.json - upgrade illuminate package version to 8.x
2 parents 5395df1 + 0bd8934 commit 4ff3321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.0",
16-
"illuminate/redis": "^5.1|^6.0|^7.0",
17-
"illuminate/support": "^5.1|^6.0|^7.0",
15+
"php": "^7.0|^8.0",
16+
"illuminate/redis": "^5.1|^6.0|^7.0|^8.0",
17+
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
1818
"predis/predis": "~1.1"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)