first commit
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user