审查视图

composer.json 992 字节
王智 authored
1
{
王智 authored
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
    "name": "karsonzhang/fastadmin",
    "description": "the fastest admin framework",
    "type": "project",
    "keywords": [
        "fastadmin",
        "thinkphp"
    ],
    "homepage": "https://www.fastadmin.net/",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Karson",
            "email": "karson@fastadmin.net"
        }
    ],
    "require": {
        "php": ">=7.0.0",
        "topthink/framework": "~5.0.24",
        "topthink/think-captcha": "^1.0",
        "phpmailer/phpmailer": "~6.1.6",
        "karsonzhang/fastadmin-addons": "~1.2.4",
        "overtrue/pinyin": "~3.0",
        "phpoffice/phpspreadsheet": "^1.2",
        "nelexa/zip": "^3.3",
        "symfony/var-exporter": "^4.4.13",
        "ext-json": "*",
        "ext-curl": "*",
王智 authored
29
        "ext-pdo": "*",
王智 authored
30 31 32
        "overtrue/wechat": "~3.1",
        "symfony/event-dispatcher": "4.3",
        "monolog/monolog": "1.22"
王智 authored
33 34 35
    },
    "config": {
        "preferred-install": "dist"
王智 authored
36 37
    }
}