{
    "name": "himiklab/yii2-recaptcha-widget",
    "description": "Yii2 Google reCAPTCHA v2 and v3 widget",
    "keywords": ["yii2", "captcha", "recaptcha", "google", "widget"],
    "type": "yii2-extension",
    "license": "MIT",
    "support": {
        "source": "https://github.com/himiklab/yii2-recaptcha-widget",
        "issues": "https://github.com/himiklab/yii2-recaptcha-widget/issues"
    },
    "authors": [
        {
            "name": "HimikLab",
            "homepage": "https://github.com/himiklab/"
        }
    ],
    "require": {
        "yiisoft/yii2": "~2.0.11",
        "yiisoft/yii2-httpclient": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.34"
    },
    "autoload": {
        "psr-4": {
            "himiklab\\yii2\\recaptcha\\": "src/",
            "himiklab\\yii2\\recaptcha\\tests\\": "tests/"
        }
    }
}
