Files
symfony-flex-recipes-contrib/mael.recaptcha-bundle.0.1.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": {
"mael/recaptcha-bundle": {
"manifest": {
"bundles": {
"Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY",
"MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET"
},
"post-install-output": [
" * <fg=blue>Edit mael_recaptcha.yaml</> add you keys in your .env file",
" * <fg=blue>Read</>documentation at <comment>https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md</>"
]
},
"files": {
"config/packages/mael_recaptcha.yaml": {
"contents": [
"mael_recaptcha:",
" key: '%env(resolve:MAEL_RECAPTCHA_KEY)%'",
" secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%'",
""
],
"executable": false
}
},
"ref": "b52c27935ee0cf6b549dff2639415635614d77f5"
}
}
}