{
  "name": "silverstripe/recaptcha",
  "description": "Provides a form field which allows form to validate for non-bot submissions by giving them a challenge to decrypt an image.",
  "type": "silverstripe-vendormodule",
  "keywords": [
    "silverstripe",
    "spamprotection"
  ],
  "authors": [
    {
      "name": "Ingo Schommer",
      "email": "ingo@silverstripe.com"
    }
  ],
  "require": {
    "silverstripe/spamprotection": "~3.0",
    "silverstripe/framework": "^4.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.7"
  },
  "autoload": {
    "psr-4": {
      "SilverLeague\\Recaptcha\\": "code/",
      "SilverLeague\\Recaptcha\\Tests\\": "tests/"
    }
  },
  "extra": {
    "branch-alias": {
      "dev-master": "3.0.x-dev"
    }
  },
  "minimum-stability": "dev"
}
