fix:项目管理功能需求

This commit is contained in:
ldjun
2026-03-18 14:02:51 +08:00
parent 26f71a4834
commit b7a7e27a53
9 changed files with 125 additions and 36 deletions

View File

@@ -26,7 +26,7 @@
"topthink/think-oracle": "1.*",
"phpoffice/phpexcel": "^1.8",
"aliyuncs/oss-sdk-php": "^2.3",
"topthink/think-worker": "^3.0"
"topthink/think-worker": "^1.0"
},
"autoload": {
"psr-4": {
@@ -37,6 +37,9 @@
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
}
}