feat(all): Ajoute l'inscription, Turnstile, Sentry et améliore l'EPAGE en français.
```
This commit is contained in:
Serreau Jovann
2025-12-24 23:59:23 +01:00
parent e41602de49
commit 9b399800eb
32 changed files with 1538 additions and 16 deletions

61
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f27062872645f8d1a8553efdd75c2aef",
"content-hash": "ed26fccb39be0438a7def45a9b987dc9",
"packages": [
{
"name": "async-aws/core",
@@ -6899,6 +6899,65 @@
},
"time": "2025-08-30T15:50:23+00:00"
},
{
"name": "pixelopen/cloudflare-turnstile-bundle",
"version": "0.4.1",
"source": {
"type": "git",
"url": "https://github.com/Pixel-Open/cloudflare-turnstile-bundle.git",
"reference": "d000eb4b37c48f9421fb603742e7e23611204182"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Pixel-Open/cloudflare-turnstile-bundle/zipball/d000eb4b37c48f9421fb603742e7e23611204182",
"reference": "d000eb4b37c48f9421fb603742e7e23611204182",
"shasum": ""
},
"require": {
"php": ">=7.4",
"symfony/form": "^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^5.0|^6.0|^7.0",
"symfony/http-client": "^5.0|^6.0|^7.0",
"symfony/twig-bundle": "^5.0|^6.0|^7.0",
"symfony/validator": "^5.0|^6.0|^7.0",
"symfony/yaml": "^5.0|^6.0|^7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-symfony": "^1.2",
"phpunit/phpunit": "^9.6",
"rector/rector": "^0.14.5",
"symplify/easy-coding-standard": "^11.1"
},
"type": "library",
"autoload": {
"psr-4": {
"PixelOpen\\CloudflareTurnstileBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pixel Open Team",
"homepage": "https://pixel-open.org/projects/symfony-bundle-cloudflare-turnstile/"
}
],
"description": "A simple package to help integrate Cloudflare Turnstile on Symfony.",
"keywords": [
"Symfony Bundle",
"captcha",
"cloudflare-turnstile",
"form security"
],
"support": {
"issues": "https://github.com/Pixel-Open/cloudflare-turnstile-bundle/issues",
"source": "https://github.com/Pixel-Open/cloudflare-turnstile-bundle/tree/0.4.1"
},
"time": "2024-09-30T15:42:13+00:00"
},
{
"name": "presta/sitemap-bundle",
"version": "v4.2.0",