Skip to content

Commit bbd3675

Browse files
authored
Merge pull request #9 from cidosx/laravel-10.x
deps!: support laravel 10.x
2 parents 0de7ea3 + d12e136 commit bbd3675

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
"require": {
1414
"php": "^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",
17-
"predis/predis": "~1.1 || ^2.0"
15+
"illuminate/redis": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
16+
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
17+
"predis/predis": "^1.1 || ^2.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)