{
    "name":        "arcanedev/no-captcha",
    "description": "No CAPTCHA (new Google reCAPTCHA) with Laravel support",
    "keywords":    ["arcanedev", "recaptcha", "no-captcha", "captcha", "google", "laravel"],
    "homepage":    "https://github.com/ARCANEDEV/noCAPTCHA",
    "authors": [
        {
            "name":     "ARCANEDEV",
            "email":    "arcanedev.maroc@gmail.com",
            "homepage": "https://github.com/arcanedev-maroc",
            "role":     "Developer"
        }
    ],
    "type":    "library",
    "license": "MIT",
    "require": {
        "php":                    ">=5.6",
        "ext-curl":               "*",
        "ext-json":               "*",
        "arcanedev/support":      "~3.0",
        "psr/http-message":       "~1.0"
    },
    "require-dev": {
        "arcanedev/laravel-html": "~5.0",
        "phpunit/phpcov":         "~2.0|~3.0",
        "phpunit/phpunit":        "~4.0|~5.0"
    },
    "autoload": {
        "psr-4": {
            "Arcanedev\\NoCaptcha\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Arcanedev\\NoCaptcha\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "testbench": "composer require --dev \"orchestra/testbench=~3.0\""
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.3-dev"
        }
    }
}
