Files
symfony-flex-recipes-contrib/karser.karser-recaptcha3-bundle.0.1.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

45 lines
1.6 KiB
JSON

{
"locks": {
"karser/karser-recaptcha3-bundle": {
"version": "0.1",
"recipe": {
"repo": "0.1",
"branch": "master",
"version": "0.1",
"ref": "c51ce07c10331d506762efe25b6f5843c1a5ea17"
}
}
},
"manifests": {
"karser/karser-recaptcha3-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "karser/karser-recaptcha3-bundle",
"version": "0.1",
"manifest": {
"bundles": {
"Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Get your API key and secret from https://g.co/recaptcha/v3",
"RECAPTCHA3_KEY": "my_site_key",
"RECAPTCHA3_SECRET": "my_secret"
}
},
"files": {
"config/packages/karser_recaptcha3.yaml": {
"contents": "karser_recaptcha3:\n site_key: '%env(RECAPTCHA3_KEY)%'\n secret_key: '%env(RECAPTCHA3_SECRET)%'\n score_threshold: 0.5\n enabled: true\n",
"executable": false,
"encoding": ""
}
},
"origin": "karser/karser-recaptcha3-bundle:0.1@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}