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:
@@ -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) |
|
||||
|
||||
+34
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user