审查视图

composer.json 844 字节
Karson authored
1 2 3 4 5 6 7 8
{
    "name": "karsonzhang/fastadmin",
    "description": "the fastest admin framework",
    "type": "project",
    "keywords": [
        "fastadmin",
        "thinkphp"
    ],
Karson authored
9
    "homepage": "https://www.fastadmin.net/",
Karson authored
10 11 12
    "license": "Apache-2.0",
    "authors": [
        {
13
            "name": "Karson",
Karson authored
14 15 16 17 18
            "email": "karsonzhang@163.com"
        }
    ],
    "require": {
        "php": ">=5.4.0",
Karson authored
19
        "topthink/framework": "~5.0.24",
Karson authored
20
        "overtrue/wechat": "~3.1",
21
        "endroid/qr-code": "^1.9",
Karson authored
22 23 24
        "topthink/think-captcha": "^1.0",
        "mtdowling/cron-expression": "^1.2",
        "phpmailer/phpmailer": "^5.2",
25
        "karsonzhang/fastadmin-addons": "~1.1.4",
Karson authored
26
        "overtrue/pinyin": "~3.0",
27
        "phpoffice/phpspreadsheet": "^1.2"
Karson authored
28 29 30 31 32
    },
    "config": {
        "preferred-install": "dist"
    }
}