{
    "name": "hkcms/cms-addons",
    "description": "HkCms开源内容管理系统",
    "license": "Apache-2.0",
    "version": "1.1.6",
    "authors": [
        {
            "name": "luo",
            "email": "746117169@qq.com"
        },
        {
            "name": "byron",
            "email": "xiaobo.sun@qq.com"
        }
    ],
    "require": {
        "php": ">=7.2.0",
        "topthink/framework": "^6.0",
        "topthink/think-view": "^1.0",
        "topthink/think-helper": "^3.0.0"
    },
    "autoload": {
        "psr-4": {
            "think\\": "src/"
        },
        "files": [
            "src/helper.php"
        ]
    },
    "extra": {
        "think": {
            "services": [
                "think\\addons\\Service"
            ],
            "config":{
                "addons": "src/config.php"
            }
        }
    }
}
