tito10047/altcha-bundle (#1864)

* tito10047/altcha-bundle

* add support for php8.1
This commit is contained in:
Jozef Mostka
2025-09-26 07:54:11 +02:00
committed by GitHub
parent 8b46758086
commit 8bb1809fec
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
altcha:
hmacKey: '%env(ALTCHA_SECRET)%'
enable: true
include_script: true
when@test:
altcha:
enable: false

View File

@@ -0,0 +1,2 @@
altcha:
resource: '@AltchaBundle/config/routes.yml'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Tito10047\\AltchaBundle\\AltchaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ALTCHA_SECRET": "%generate(secret)%"
}
}