@@ -1,4 +0,0 @@
-framework:
- validation:
- # As of Symfony 4.3 you can disable the NotCompromisedPassword Validator
- # disable_not_compromised_password: true
@@ -1,3 +1,13 @@
framework:
validation:
email_validation_mode: html5
+
+ # Enables validator auto-mapping support.
+ # For instance, basic validation constraints will be inferred from Doctrine's metadata.
+ #auto_mapping:
+ # App\Entity\: []
+when@test:
+ framework:
+ validation:
+ not_compromised_password: false
@@ -534,15 +534,14 @@
]
},
"symfony/validator": {
- "version": "4.1",
+ "version": "5.4",
"recipe": {
"repo": "github.com/symfony/recipes",
- "branch": "master",
- "ref": "9a285e4ff3915c7cd086e9945f30591a926baf83"
+ "branch": "main",
+ "version": "5.3",
+ "ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
"files": [
- "config/packages/test/validator.yaml",
"config/packages/validator.yaml"