1 Star 0 Fork 353

MRzhang / EasyAdmin

forked from Mr.Chung / EasyAdmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
chung 提交于 2020-06-04 15:09 . 取消插件
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.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",
"doctrine/annotations": "^1.8",
"topthink/think-captcha": "^3.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"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"eaglewu/swoole-ide-helper": "dev-master"
},
"autoload": {
"psr-4": {
"app\\": "app",
"addons\\": "addons",
"EasyAdmin\\":"vendor/zhongshaofa/easy-admin/src",
"ServiceSwoole\\":"vendor/zhongshaofa/service-swoole/src"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"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/"
}
}
}
PHP
1
https://gitee.com/ttrhtht/easyadmin.git
git@gitee.com:ttrhtht/easyadmin.git
ttrhtht
easyadmin
EasyAdmin
v2

搜索帮助