Files
symfony-flex-recipes/symfony.validator.4.3.json
T
github-action[bot]andgithub-action[bot] 3206189e52 Update Flex endpoint
2021-11-23 10:26:03 +00:00

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"
}
}
}