{
    "name": "victor-prdh/recaptcha-bundle",
    "description": "Use Google Recaptcha v2/v3 as form type with Symfony 5.4+",
    "type": "symfony-bundle",
    "require": {
        "php": ">=7.2.5",
        "google/recaptcha": "^1.2",
        "symfony/framework-bundle": "^5.4|^6.0",
        "symfony/form": "^5.4|^6.0",
        "symfony/translation": "^5.4|^6.0",
        "symfony/twig-pack": "^1.0",
        "symfony/validator": "^5.4|^6.0"
    },
    "autoload": {
        "psr-4": {
            "VictorPrdh\\RecaptchaBundle\\": "src/"
        }
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Victor Prudhomme",
            "email": "contact@victor-prdh.com"
        }
    ],
    "extra": {
        "symfony": {
          "allow-contrib": "true"
        }
    }
}