Skip to content

Commit 420e4c1

Browse files
committed
enable HTML5 e-mail validation
1 parent ba28f5a commit 420e4c1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
framework:
2+
validator:
3+
email_validation_mode: html5

symfony/validator/4.1/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
},
5+
"aliases": ["validation"]
6+
}

0 commit comments

Comments
 (0)