Files
symfony-flex-recipes/archived/symfony.validator/d902da3e4952f18d3bf05aab29512eb61cabd869.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +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": "d902da3e4952f18d3bf05aab29512eb61cabd869"
}
}
}