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