Files
symfony-flex-recipes/symfony.validator.5.3.json
T
github-action[bot]andgithub-action[bot] 825cf17933 Update Flex endpoint
2022-02-16 10:05:14 +00:00

37 lines
1.3 KiB
JSON

{
"manifests": {
"symfony/validator": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
},
"files": {
"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\\: []",
"",
"when@test:",
" framework:",
" validation:",
" not_compromised_password: false",
""
],
"executable": false
}
},
"ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
}
}
}