Refactor ConfigValidator, make it more strict

This commit is contained in:
crazywhalecc
2025-10-20 13:41:02 +08:00
parent 605c06f85c
commit e2fd3e18d6
5 changed files with 401 additions and 221 deletions

View File

@@ -669,6 +669,15 @@
"path": "LICENSE.md"
}
},
"liburing": {
"type": "ghtar",
"repo": "axboe/liburing",
"prefer-stable": true,
"license": {
"type": "file",
"path": "COPYING"
}
},
"libuuid": {
"type": "git",
"url": "https://github.com/static-php/libuuid.git",
@@ -990,7 +999,6 @@
},
"snappy": {
"type": "git",
"repo": "google/snappy",
"rev": "main",
"url": "https://github.com/google/snappy",
"license": {
@@ -1154,14 +1162,5 @@
"type": "file",
"path": "LICENSE"
}
},
"liburing": {
"type": "ghtar",
"repo": "axboe/liburing",
"prefer-stable": true,
"license": {
"type": "file",
"path": "COPYING"
}
}
}