Skip to content

Commit 104366a

Browse files
authored
Support ext-redis:^6.0 (#6208)
1 parent 2dbdba4 commit 104366a

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
},
1818
"require": {
1919
"php": ">=8.0",
20-
"ext-redis": "<6.0",
20+
"ext-redis": "^5.0|^6.0",
2121
"hyperf/contract": "~3.0.0",
2222
"hyperf/pool": "~3.0.0",
2323
"hyperf/support": "~3.0.0",

0 commit comments

Comments
 (0)