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

37 lines
1.3 KiB
JSON

{
"manifests": {
"beelab/recaptcha2-bundle": {
"manifest": {
"bundles": {
"Beelab\\Recaptcha2Bundle\\BeelabRecaptcha2Bundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"APP_RECAPTCHA_SITE_KEY": "needed",
"APP_RECAPTCHA_SECRET": "needed"
},
"post-install-output": [
" * <fg=blue>Insert</> sensitive values in your environment values",
" * <fg=blue>Read</> documentation at <comment>https://github.com/Bee-Lab/BeelabRecaptcha2Bundle/blob/master/docs/index.md</>"
]
},
"files": {
"config/packages/beelab_recaptcha2.yaml": {
"contents": [
"beelab_recaptcha2:",
" site_key: '%env(APP_RECAPTCHA_SITE_KEY)%'",
" secret: '%env(APP_RECAPTCHA_SECRET)%'",
""
],
"executable": false
}
},
"ref": "ad714d23c3c754619d9f2e1bd7b621c0d6185165"
}
}
}