Skip to content

Commit

Permalink
Support ext-redis:^6.0 (#6208)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Oct 12, 2023
1 parent 2dbdba4 commit 104366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"php": ">=8.0",
"ext-redis": "<6.0",
"ext-redis": "^5.0|^6.0",
"hyperf/contract": "~3.0.0",
"hyperf/pool": "~3.0.0",
"hyperf/support": "~3.0.0",
Expand Down

0 comments on commit 104366a

Please sign in to comment.