引入easyadmin'

This commit is contained in:
augushong
2021-11-12 11:21:14 +08:00
parent b999be97ab
commit f7d3bc3827
680 changed files with 44615 additions and 22811 deletions

View File

@@ -1,34 +1,39 @@
{
"name": "ulthon/ulthon_admin",
"description": "quick start a project with management background using thinkphp6",
"name": "zhongshaofa/easyadmin",
"description": "基于ThinkPHP6.0和layui的快速开发的后台管理系统。",
"type": "project",
"keywords": [
"framework",
"easyadmin",
"thinkphp",
"ORM",
"ulthon",
"admin"
],
"homepage": "http://ulthon-admin.ulthon.com/",
"license": "Apache-2.0",
"homepage": "http://easyadmin.99php.cn/",
"license": "MIT",
"authors": [
{
"name": "ulthon",
"email": "ulthon@163.com"
"name": "zhongshaofa",
"email": "2286732552@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "6.0.*",
"topthink/think-orm": "2.0.*",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^1.0",
"topthink/think-migration": "^3.0",
"topthink/think-helper": "^3.1",
"topthink/think-captcha": "^3.0",
"topthink/think-multi-app": "^1.0"
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": "^2.0",
"qiniu/php-sdk": "^7.2",
"alibabacloud/client": "^1.5",
"jianyan74/php-excel": "^1.0",
"zhongshaofa/easy-admin": "^1.0.2",
"ext-json": "*",
"zhongshaofa/thinkphp-log-trace": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
"symfony/var-dumper": "^4.2",
"eaglewu/swoole-ide-helper": "dev-master"
},
"autoload": {
"psr-4": {
@@ -39,12 +44,19 @@
}
},
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"secure-http": false
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}