Files
symfony-flex-recipes-contrib/beelab.recaptcha2-bundle.2.0.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

47 lines
1.7 KiB
JSON

{
"locks": {
"beelab/recaptcha2-bundle": {
"version": "2.0",
"recipe": {
"repo": "2.0",
"branch": "master",
"version": "2.0",
"ref": "ad714d23c3c754619d9f2e1bd7b621c0d6185165"
}
}
},
"manifests": {
"beelab/recaptcha2-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "beelab/recaptcha2-bundle",
"version": "2.0",
"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:\n site_key: '%env(APP_RECAPTCHA_SITE_KEY)%'\n secret: '%env(APP_RECAPTCHA_SECRET)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "beelab/recaptcha2-bundle:2.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}