Files
symfony-flex-recipes-contrib/huluti.altcha-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 0bef1ed4a3 Update Flex endpoint
2025-04-19 17:20:34 +00:00

44 lines
1.4 KiB
JSON

{
"manifests": {
"huluti/altcha-bundle": {
"manifest": {
"bundles": {
"Huluti\\AltchaBundle\\HulutiAltchaBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ALTCHA_SECRET": "%generate(secret)%"
}
},
"files": {
"config/packages/huluti_altcha.yaml": {
"contents": [
"huluti_altcha:",
" enable: true",
" hmacKey: '%env(ALTCHA_SECRET)%'",
"",
"when@test:",
" huluti_altcha:",
" enable: false",
""
],
"executable": false
},
"config/routes/huluti_altcha.yaml": {
"contents": [
"huluti_altcha:",
" resource: '@HulutiAltchaBundle/config/routes.yml'",
""
],
"executable": false
}
},
"ref": "e3899eb5cd2fb88e882a298ac6dcd627169b3263"
}
}
}