mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
Merge pull request #559
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
framework:
|
||||
validation:
|
||||
disable_not_compromised_password: true
|
||||
@@ -0,0 +1,8 @@
|
||||
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\: []
|
||||
+1
@@ -0,0 +1 @@
|
||||
../4.1/manifest.json
|
||||
Reference in New Issue
Block a user