审查视图

composer.json 998 字节
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",
14
            "email": "karson@fastadmin.net"
Karson authored
15 16 17
        }
    ],
    "require": {
18
        "php": ">=7.0.0",
Karson authored
19
        "topthink/framework": "~5.0.24",
Karson authored
20
        "topthink/think-captcha": "^1.0",
21
        "phpmailer/phpmailer": "~6.1.6",
Karson authored
22
        "karsonzhang/fastadmin-addons": "~1.2.4",
Karson authored
23
        "overtrue/pinyin": "~3.0",
Karson authored
24
        "phpoffice/phpspreadsheet": "^1.2",
25
        "overtrue/wechat": "4.2.11",
Karson authored
26
        "nelexa/zip": "^3.3",
Karson authored
27
        "symfony/var-exporter": "^4.4.13",
Karson authored
28
        "ext-json": "*",
Karson authored
29
        "ext-curl": "*",
何书鹏 authored
30
        "ext-pdo": "*",
何书鹏 authored
31 32
        "topthink/think-queue": "v1.1.6",
        "topthink/think-image": "^1.0"
Karson authored
33 34 35 36 37
    },
    "config": {
        "preferred-install": "dist"
    }
}