composer.json 1.0 KB
{
    "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": ">=5.6.0",
        "topthink/framework": "~5.0.24",
        "overtrue/wechat": "~3.1",
        "endroid/qr-code": "^1.9",
        "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-image": "^1.0",
        "setasign/fpdf": "^1.8",
        "setasign/fpdi-fpdf": "^2.2",
        "jaeger/querylist": "^4.2",
        "topthink/think-queue": "v1.1.6"
    },
    "config": {
        "preferred-install": "dist"
    }
}