Files
symfony-flex-recipes/archived/symfony.validator/9a285e4ff3915c7cd086e9945f30591a926baf83.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

34 lines
1.1 KiB
JSON

{
"manifests": {
"symfony/validator": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/test/validator.yaml": {
"contents": [
"framework:",
" validation:",
" # As of Symfony 4.3 you can disable the NotCompromisedPassword Validator",
" # disable_not_compromised_password: true",
""
],
"executable": false
},
"config/packages/validator.yaml": {
"contents": [
"framework:",
" validation:",
" email_validation_mode: html5",
""
],
"executable": false
}
},
"ref": "9a285e4ff3915c7cd086e9945f30591a926baf83"
}
}
}