Skip to content

Commit f82e6a9

Browse files
authored
Merge pull request #2 from sharpstream/patch/add-laravel-9-support
added illuimnate support 9 support
2 parents 6d69ed7 + 165eae2 commit f82e6a9

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
@@ -17,7 +17,7 @@
1717
"illuminate/queue": "^5.4 || ^6.0 || ^7.0 || ^8.0",
1818
"illuminate/redis": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
1919
"illuminate/session": "^5.4 || ^6.0 || ^7.0 || ^8.0",
20-
"illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0",
20+
"illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
2121
"monospice/spicy-identifiers": "^0.1",
2222
"predis/predis": "^1.1"
2323
},

0 commit comments

Comments
 (0)