This commit is contained in:
Alone
2024-09-14 15:10:43 +08:00
parent 6c64bbd82a
commit 610dee88cd
4241 changed files with 0 additions and 622695 deletions
-53
View File
@@ -1,53 +0,0 @@
{
"name": "hamm/y-admin",
"description": "Fast build your php project",
"type": "project",
"keywords": [
"YAdmin"
],
"homepage": "https://www.baidu.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "",
"email": "admin@qq.cn"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^1.0",
"alibabacloud/client": "^1.5",
"phpoffice/phpexcel": "^1.8",
"overtrue/wechat": "~4.0",
"jaeger/querylist": "^4.2",
"topthink/think-queue": "3.0",
"topthink/think-filesystem": "1.0.1"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}