Files
symfony-flex-recipes-contrib/excelwebzone.recaptcha-bundle.1.5.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

48 lines
1.7 KiB
JSON

{
"locks": {
"excelwebzone/recaptcha-bundle": {
"version": "1.5",
"recipe": {
"repo": "1.5",
"branch": "master",
"version": "1.5",
"ref": "fd4da7bc71749db65bc83abf5d164bfa9c839cf4"
}
}
},
"manifests": {
"excelwebzone/recaptcha-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "excelwebzone/recaptcha-bundle",
"version": "1.5",
"manifest": {
"bundles": {
"EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle": [
"all"
]
},
"env": {
"EWZ_RECAPTCHA_SITE_KEY": "",
"EWZ_RECAPTCHA_SECRET": ""
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/dev/ewz_recaptcha.yaml": {
"contents": "ewz_recaptcha:\n enabled: false\n",
"executable": false,
"encoding": ""
},
"config/packages/ewz_recaptcha.yaml": {
"contents": "# See https://github.com/excelwebzone/EWZRecaptchaBundle for full configuration\newz_recaptcha:\n public_key: '%env(EWZ_RECAPTCHA_SITE_KEY)%'\n private_key: '%env(EWZ_RECAPTCHA_SECRET)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "excelwebzone/recaptcha-bundle:1.5@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}