Move the config to the validator recipe

This commit is contained in:
Kévin Dunglas
2019-05-11 11:56:16 +02:00
parent 5fa21eb6a3
commit 32dd18737b
12 changed files with 12 additions and 31 deletions
@@ -1 +0,0 @@
../../4.2/config/bootstrap.php
@@ -1 +0,0 @@
../../../4.2/config/packages/cache.yaml
@@ -1,23 +0,0 @@
framework:
secret: '%env(APP_SECRET)%'
#default_locale: en
#csrf_protection: true
#http_method_override: true
# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
session:
handler_id: ~
cookie_secure: auto
cookie_samesite: lax
#esi: true
#fragments: true
php_errors:
log: true
validation:
# Enables validator auto-mapping support.
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
auto_mapping:
App\Entity\: []
@@ -1 +0,0 @@
../../../../4.2/config/packages/test/framework.yaml
@@ -1 +0,0 @@
../../4.2/config/services.yaml
@@ -1 +0,0 @@
../4.2/manifest.json
@@ -1 +0,0 @@
../4.2/post-install.txt
-1
View File
@@ -1 +0,0 @@
../4.2/public
-1
View File
@@ -1 +0,0 @@
../4.2/src
@@ -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
View File
@@ -0,0 +1 @@
../4.1/manifest.json