Files
symfony-flex-recipes-contrib/karser.karser-recaptcha3-bundle.0.1.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

40 lines
1.5 KiB
JSON

{
"manifests": {
"karser/karser-recaptcha3-bundle": {
"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"
},
"post-install-output": [
" * <fg=blue>Make sure</> you have proper values in your .env file",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/karser/KarserRecaptcha3Bundle</>"
]
},
"files": {
"config/packages/karser_recaptcha3.yaml": {
"contents": [
"karser_recaptcha3:",
" site_key: '%env(RECAPTCHA3_KEY)%'",
" secret_key: '%env(RECAPTCHA3_SECRET)%'",
" score_threshold: 0.5",
" enabled: true",
""
],
"executable": false
}
},
"ref": "c51ce07c10331d506762efe25b6f5843c1a5ea17"
}
}
}