mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
tito10047/altcha-bundle (#1864)
* tito10047/altcha-bundle * add support for php8.1
This commit is contained in:
8
tito10047/altcha-bundle/2.0/config/packages/altcha.yaml
Normal file
8
tito10047/altcha-bundle/2.0/config/packages/altcha.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
altcha:
|
||||
hmacKey: '%env(ALTCHA_SECRET)%'
|
||||
enable: true
|
||||
include_script: true
|
||||
|
||||
when@test:
|
||||
altcha:
|
||||
enable: false
|
||||
2
tito10047/altcha-bundle/2.0/config/routes/altcha.yaml
Normal file
2
tito10047/altcha-bundle/2.0/config/routes/altcha.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
altcha:
|
||||
resource: '@AltchaBundle/config/routes.yml'
|
||||
11
tito10047/altcha-bundle/2.0/manifest.json
Normal file
11
tito10047/altcha-bundle/2.0/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Tito10047\\AltchaBundle\\AltchaBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ALTCHA_SECRET": "%generate(secret)%"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user