31 lines
825 B
JSON
31 lines
825 B
JSON
{
|
|
"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"
|
|
} |