Skip to content

Commit 08c8699

Browse files
committed
Updated symfony/validator flex recipe
1 parent e835c3a commit 08c8699

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

config/packages/validator.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
framework:
22
validation:
3-
email_validation_mode: html5
4-
53
# Enables validator auto-mapping support.
64
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
75
#auto_mapping:

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,12 +484,12 @@
484484
]
485485
},
486486
"symfony/validator": {
487-
"version": "6.1",
487+
"version": "7.2",
488488
"recipe": {
489489
"repo": "github.com/symfony/recipes",
490490
"branch": "main",
491-
"version": "5.3",
492-
"ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
491+
"version": "7.0",
492+
"ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
493493
},
494494
"files": [
495495
"config/packages/validator.yaml"

0 commit comments

Comments
 (0)