mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/validator": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"conflict": {
|
|
"symfony/framework-bundle": "<7.0"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/validator.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" validation:",
|
|
" # 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": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
|
|
}
|
|
}
|
|
}
|