Skip to content

Commit 425b9ed

Browse files
authored
Allow predis version 3 (#23)
1 parent d9cd58c commit 425b9ed

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
"require": {
1818
"php": "^8.0",
1919
"codeception/codeception": "^5.0",
20-
"predis/predis": "^1.1 | ^2.0",
20+
"predis/predis": "^1.1 | ^2.0 | ^3.0",
2121
"sebastian/comparator": "^4.0 | ^5.0 | ^6.0 | ^7.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)