feat: docker支持

This commit is contained in:
mazxd
2025-04-05 17:40:50 +08:00
parent af8f0f9dfe
commit 077ea6f5d5
5 changed files with 151 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "xinyue/search",
"description": "Xinyue Search - A multi-cloud disk resource search engine",
"type": "project",
"require": {
"php": ">=7.2.5",
"topthink/framework": "^6.1.0",
"topthink/think-orm": "^2.0",
"topthink/think-filesystem": "^1.0",
"topthink/think-helper": "^3.1",
"topthink/think-cache": "^1.0",
"topthink/think-queue": "^3.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"allow-plugins": {
"topthink/think-installer": true
}
},
"allow-plugins": {
"topthink/think-installer": true
},
"minimum-stability": "stable"
}