mirror of https://gitee.com/karson/fastadmin.git
31 lines
794 B
JSON
31 lines
794 B
JSON
{
|
|
"name": "karsonzhang/fastadmin",
|
|
"description": "the fastest admin framework",
|
|
"type": "project",
|
|
"keywords": [
|
|
"fastadmin",
|
|
"thinkphp"
|
|
],
|
|
"homepage": "http://www.fastadmin.net/",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "karson",
|
|
"email": "karsonzhang@163.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"topthink/framework": "^5.0",
|
|
"overtrue/wechat": "~3.1",
|
|
"endroid/qrcode": "^1.9",
|
|
"topthink/think-captcha": "^1.0",
|
|
"mtdowling/cron-expression": "^1.2",
|
|
"phpmailer/phpmailer": "^5.2",
|
|
"karsonzhang/fastadmin-addons": "dev-master"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|