From abf68e736e4dbb459ca46fdf6a3ea8f772ccba25 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 19 Jan 2026 23:19:32 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...e39d2a083218c92db1c336fa879f5cebdcdfb.json | 34 +++++++++++++++++++ index.json | 3 ++ vuillaume-agency.symfony-turnstile.1.0.json | 34 +++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 archived/vuillaume-agency.symfony-turnstile/5bee39d2a083218c92db1c336fa879f5cebdcdfb.json create mode 100644 vuillaume-agency.symfony-turnstile.1.0.json diff --git a/RECIPES.md b/RECIPES.md index ce8ac6ca..316096b7 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/vuillaume-agency.symfony-turnstile/5bee39d2a083218c92db1c336fa879f5cebdcdfb.json b/archived/vuillaume-agency.symfony-turnstile/5bee39d2a083218c92db1c336fa879f5cebdcdfb.json new file mode 100644 index 00000000..6c3e7223 --- /dev/null +++ b/archived/vuillaume-agency.symfony-turnstile/5bee39d2a083218c92db1c336fa879f5cebdcdfb.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 7383509d..93c73da7 100644 --- a/index.json +++ b/index.json @@ -2246,6 +2246,9 @@ "0.6", "3.0" ], + "vuillaume-agency/symfony-turnstile": [ + "1.0" + ], "wandi/easyadmin-plus-bundle": [ "0.1", "0.3" diff --git a/vuillaume-agency.symfony-turnstile.1.0.json b/vuillaume-agency.symfony-turnstile.1.0.json new file mode 100644 index 00000000..6c3e7223 --- /dev/null +++ b/vuillaume-agency.symfony-turnstile.1.0.json @@ -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" + } + } +}