feat: docker支持
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user