Skip to content

Commit 19dfc81

Browse files
authored
Merge pull request #6 from ginnerpeace/9.x
Update composer.json - upgrade illuminate package version to 9.x
2 parents 4ff3321 + 8010296 commit 19dfc81

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
"authors": [
88
{
99
"name": "ginnerpeace",
10-
"email": "[email protected]",
11-
"role": "Master"
10+
"email": "[email protected]"
1211
}
1312
],
1413
"require": {
1514
"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",
15+
"illuminate/redis": "^5.1|^6.0|^7.0|^8.0|^9.0",
16+
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0",
1817
"predis/predis": "~1.1"
1918
},
2019
"autoload": {

0 commit comments

Comments
 (0)