Skip to content

Commit 0de7ea3

Browse files
authored
Merge pull request #7 from streamingsystems/main
Add support for predis 2.0
2 parents 19dfc81 + 75502f7 commit 0de7ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^7.0|^8.0",
1515
"illuminate/redis": "^5.1|^6.0|^7.0|^8.0|^9.0",
1616
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0",
17-
"predis/predis": "~1.1"
17+
"predis/predis": "~1.1 || ^2.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)