mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -662,6 +662,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) |
|
||||
| [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](tiriel/firestore-odm-bundle/0.2) |
|
||||
| [tiriel/firestore-security-bridge](https://packagist.org/packages/tiriel/firestore-security-bridge) | [0.2](tiriel/firestore-security-bridge/0.2) |
|
||||
| [tito10047/altcha-bundle](https://packagist.org/packages/tito10047/altcha-bundle) | [2.0](tito10047/altcha-bundle/2.0) |
|
||||
| [toiba/fullcalendar-bundle](https://packagist.org/packages/toiba/fullcalendar-bundle) | [6.2](toiba/fullcalendar-bundle/6.2) |
|
||||
| [trikoder/oauth2-bundle](https://packagist.org/packages/trikoder/oauth2-bundle) | [3.0](trikoder/oauth2-bundle/3.0) |
|
||||
| [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](troopers/alertify-bundle/3.0) |
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tito10047/altcha-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Tito10047\\AltchaBundle\\AltchaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ALTCHA_SECRET": "%generate(secret)%"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/altcha.yaml": {
|
||||
"contents": [
|
||||
"altcha:",
|
||||
" hmacKey: '%env(ALTCHA_SECRET)%'",
|
||||
" enable: true",
|
||||
" include_script: true",
|
||||
"",
|
||||
"when@test:",
|
||||
" altcha:",
|
||||
" enable: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/altcha.yaml": {
|
||||
"contents": [
|
||||
"altcha:",
|
||||
" resource: '@AltchaBundle/config/routes.yml'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "64d5bc8d22b01ee6917ed754613fa5befc1ac486"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2130,6 +2130,9 @@
|
||||
"tiriel/firestore-security-bridge": [
|
||||
"0.2"
|
||||
],
|
||||
"tito10047/altcha-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"toiba/fullcalendar-bundle": [
|
||||
"6.2"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tito10047/altcha-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Tito10047\\AltchaBundle\\AltchaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ALTCHA_SECRET": "%generate(secret)%"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/altcha.yaml": {
|
||||
"contents": [
|
||||
"altcha:",
|
||||
" hmacKey: '%env(ALTCHA_SECRET)%'",
|
||||
" enable: true",
|
||||
" include_script: true",
|
||||
"",
|
||||
"when@test:",
|
||||
" altcha:",
|
||||
" enable: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/altcha.yaml": {
|
||||
"contents": [
|
||||
"altcha:",
|
||||
" resource: '@AltchaBundle/config/routes.yml'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "64d5bc8d22b01ee6917ed754613fa5befc1ac486"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user