Update redis to 6.0.2, add alternative license file searcher

This commit is contained in:
crazywhalecc
2024-09-09 16:55:17 +08:00
parent c55ccf242b
commit b7b0949625
4 changed files with 19 additions and 10 deletions

View File

@@ -649,11 +649,14 @@
"redis": {
"type": "git",
"path": "php-src/ext/redis",
"rev": "5.3.7",
"rev": "release/6.0.2",
"url": "https://github.com/phpredis/phpredis",
"license": {
"type": "file",
"path": "COPYING"
"path": [
"LICENSE",
"COPYING"
]
}
},
"snappy": {