mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "ulthon/ulthon_admin",
|
|
"description": "基于ThinkPHP6.0和layui的快速开发的后台管理系统。",
|
|
"type": "project",
|
|
"keywords": [
|
|
"ulthon_admin",
|
|
"ulthon",
|
|
"thinkphp",
|
|
"admin"
|
|
],
|
|
"homepage": "http://admin.demo.ulthon.com//",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "augushong",
|
|
"email": "augushong@ulthon.com"
|
|
}
|
|
],
|
|
"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",
|
|
"topthink/think-captcha": "^3.0",
|
|
"aliyuncs/oss-sdk-php": "^2.3",
|
|
"qcloud/cos-sdk-v5": "^2.0",
|
|
"alibabacloud/client": "^1.5",
|
|
"zhongshaofa/easy-admin": "^1.0.2",
|
|
"ext-json": "*",
|
|
"guzzlehttp/guzzle": "^7.4",
|
|
"phpoffice/phpspreadsheet": "^1.22",
|
|
"topthink/think-migration": "^3.0",
|
|
"overtrue/flysystem-qiniu": "*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^4.2",
|
|
"eaglewu/swoole-ide-helper": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app"
|
|
},
|
|
"psr-0": {
|
|
"": "extend/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"secure-http": false
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
}
|
|
|
|
}
|