Updated validator recipe

This commit is contained in:
Jan Böhmer 2025-07-13 16:30:11 +02:00
parent 1933234ed4
commit 2819b457fa
2 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,5 @@
framework: framework:
validation: validation:
email_validation_mode: html5
# Enables validator auto-mapping support. # Enables validator auto-mapping support.
# For instance, basic validation constraints will be inferred from Doctrine's metadata. # For instance, basic validation constraints will be inferred from Doctrine's metadata.
#auto_mapping: #auto_mapping:

View file

@ -753,12 +753,12 @@
"version": "v2.16.0" "version": "v2.16.0"
}, },
"symfony/validator": { "symfony/validator": {
"version": "5.4", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "main",
"version": "5.3", "version": "7.0",
"ref": "c32cfd98f714894c4f128bb99aa2530c1227603c" "ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
}, },
"files": [ "files": [
"config/packages/validator.yaml" "config/packages/validator.yaml"