中秋节快乐

This commit is contained in:
Alone
2024-09-14 17:00:49 +08:00
parent 610dee88cd
commit dff1b038b1
4286 changed files with 807503 additions and 6 deletions
+54
View File
@@ -0,0 +1,54 @@
{
"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",
"lizhichao/word": "^2.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"
]
}
}