chore: update Symfony version

This commit is contained in:
Maël Gangloff
2025-10-15 23:12:35 +02:00
parent 00469cad6b
commit 2167827d35
6 changed files with 928 additions and 612 deletions

11
config/packages/csrf.yaml Normal file
View File

@@ -0,0 +1,11 @@
# Enable stateless CSRF protection for forms and logins/logouts
framework:
form:
csrf_protection:
token_id: submit
csrf_protection:
stateless_token_ids:
- submit
- authenticate
- logout

View File

@@ -0,0 +1,3 @@
framework:
property_info:
with_constructor_extractor: true