Skip to content

Commit 6d69ed7

Browse files
authored
Merge pull request #1 from sharpstream/patch/add-laravel-9-support
added illuminate redis 9 support to composer.json
2 parents 6cb499a + f86fb1c commit 6d69ed7

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
@@ -15,7 +15,7 @@
1515
"illuminate/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0",
1616
"illuminate/contracts": "^5.4 || ^6.0 || ^7.0 || ^8.0",
1717
"illuminate/queue": "^5.4 || ^6.0 || ^7.0 || ^8.0",
18-
"illuminate/redis": "^5.4 || ^6.0 || ^7.0 || ^8.0",
18+
"illuminate/redis": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
1919
"illuminate/session": "^5.4 || ^6.0 || ^7.0 || ^8.0",
2020
"illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0",
2121
"monospice/spicy-identifiers": "^0.1",

0 commit comments

Comments
 (0)