Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-01-19 23:19:32 +00:00
parent d6f4ec1efd
commit abf68e736e
4 changed files with 72 additions and 0 deletions
+1
View File
@@ -696,6 +696,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [victor-prdh/recaptcha-bundle](https://packagist.org/packages/victor-prdh/recaptcha-bundle) | [1.5](victor-prdh/recaptcha-bundle/1.5) |
| [vincentchalamon/nav-bundle](https://packagist.org/packages/vincentchalamon/nav-bundle) | [1.0](vincentchalamon/nav-bundle/1.0) |
| [vincentlanglet/twig-cs-fixer](https://packagist.org/packages/vincentlanglet/twig-cs-fixer) | [3.0](vincentlanglet/twig-cs-fixer/3.0) |
| [vuillaume-agency/symfony-turnstile](https://packagist.org/packages/vuillaume-agency/symfony-turnstile) | [1.0](vuillaume-agency/symfony-turnstile/1.0) |
| [wandi/easyadmin-plus-bundle](https://packagist.org/packages/wandi/easyadmin-plus-bundle) | [0.3](wandi/easyadmin-plus-bundle/0.3) |
| [wandi/mailer-bundle](https://packagist.org/packages/wandi/mailer-bundle) | [1.0](wandi/mailer-bundle/1.0) |
| [web-auth/webauthn-symfony-bundle](https://packagist.org/packages/web-auth/webauthn-symfony-bundle) | [3.0](web-auth/webauthn-symfony-bundle/3.0) |
@@ -0,0 +1,34 @@
{
"manifests": {
"vuillaume-agency/symfony-turnstile": {
"manifest": {
"bundles": {
"VuillaumeAgency\\TurnstileBundle\\VuillaumeAgencyTurnstileBundle": [
"all"
]
},
"env": {
"TURNSTILE_KEY": "your-site-key",
"TURNSTILE_SECRET": "your-secret-key"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/vuillaume_agency_turnstile.yaml": {
"contents": [
"vuillaume_agency_turnstile:",
" key: '%env(TURNSTILE_KEY)%'",
" secret: '%env(TURNSTILE_SECRET)%'",
" enable: true",
" disable_submit_until_verified: false",
""
],
"executable": false
}
},
"ref": "5bee39d2a083218c92db1c336fa879f5cebdcdfb"
}
}
}
+3
View File
@@ -2246,6 +2246,9 @@
"0.6",
"3.0"
],
"vuillaume-agency/symfony-turnstile": [
"1.0"
],
"wandi/easyadmin-plus-bundle": [
"0.1",
"0.3"
@@ -0,0 +1,34 @@
{
"manifests": {
"vuillaume-agency/symfony-turnstile": {
"manifest": {
"bundles": {
"VuillaumeAgency\\TurnstileBundle\\VuillaumeAgencyTurnstileBundle": [
"all"
]
},
"env": {
"TURNSTILE_KEY": "your-site-key",
"TURNSTILE_SECRET": "your-secret-key"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/vuillaume_agency_turnstile.yaml": {
"contents": [
"vuillaume_agency_turnstile:",
" key: '%env(TURNSTILE_KEY)%'",
" secret: '%env(TURNSTILE_SECRET)%'",
" enable: true",
" disable_submit_until_verified: false",
""
],
"executable": false
}
},
"ref": "5bee39d2a083218c92db1c336fa879f5cebdcdfb"
}
}
}