mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/validator": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/test/validator.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" validation:",
|
|
" not_compromised_password: false",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/validator.yaml": {
|
|
"contents": [
|
|
"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\\: []",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "3eb8df139ec05414489d55b97603c5f6ca0c44cb"
|
|
}
|
|
}
|
|
}
|