composer.json 990 字节
{
    "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": "karsonzhang@163.com"
        }
    ],
    "require": {
        "php": ">=7.0",
        "topthink/framework": "~5.0.24",
        "overtrue/wechat": "~3.1",
        "endroid/qr-code": "3.7.7",
        "topthink/think-captcha": "^1.0",
        "mtdowling/cron-expression": "^1.2",
        "phpmailer/phpmailer": "^5.2",
        "karsonzhang/fastadmin-addons": "~1.1.9",
        "overtrue/pinyin": "~3.0",
        "phpoffice/phpspreadsheet": "^1.2",
        "topthink/think-queue": "1.1.6",
      "ext-json": "*"
    },
    "config": {
        "preferred-install": "dist",
        "allow-plugins": {
            "topthink/think-installer": true
        }
    }
}