Skip to content

Commit

Permalink
Fixed bug that validateJson was incompatibility with php 8.0 (#6146)
Browse files Browse the repository at this point in the history
* Fixed bug that `validateJson` cannot work when using php 8.0.
* Fixed unit cases for redis cannot work.

Co-authored-by: 李铭昕 <[email protected]>
Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
3 people authored Sep 14, 2023
1 parent a80b5c6 commit 0ab5ecb
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": "*",
"ext-redis": "<6.0",
"hyperf/contract": "~3.0.0",
"hyperf/pool": "~3.0.0",
"hyperf/support": "~3.0.0",
Expand Down

0 comments on commit 0ab5ecb

Please sign in to comment.