{
    "name": "tpmanc/yii2-imagick",
    "keywords": ["yii", "imagick", "yii2"],
    "description": "Yii 2 class for working with Imagick",
    "homepage": "https://github.com/tpmanc/yii2-imagick",
    "license": "BSD-3-Clause",
    "minimum-stability" : "dev",
    "authors": [
        {
            "name": "tpmanc",
            "email": "tpxtrime@mail.ru",
            "homepage": "https://tpmanc.github.io",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-4": {"tpmanc\\imagick\\": ""}
    },
    "require": {
        "php": ">=5.4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    }
}