{
    "name": "mickgeek/yii2-actionbar",
    "type": "yii2-extension",
    "description": "A control bar with bulk actions for the GridView widget.",
    "keywords": ["yii2", "extension", "widget", "grid", "bulk actions"],
    "homepage": "https://github.com/mickgeek/yii2-actionbar",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Oleg Belostotsky",
            "email": "olegbelostotsky@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "yiisoft/yii2": "*"
    },
    "autoload": {
        "psr-4": {
            "mickgeek\\actionbar\\": ""
        }
    }
}
