Files
symfony-flex-recipes-contrib/arad021.entity-already-exists-validation-constraint.1.0.json
T
github-action[bot]andgithub-action[bot] fc3ef1f945 Update Flex endpoint
2024-01-01 21:14:08 +00:00

26 lines
968 B
JSON

{
"manifests": {
"arad021/entity-already-exists-validation-constraint": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/arad021_entity_already_exists_validator.yaml": {
"contents": [
"# See Readme at https://github.com/arad021/entity-already-exists-validation-constraint",
"services:",
" Arad021\\Validator\\Constraint\\EntityNotExistValidator:",
" arguments: ['@doctrine.orm.entity_manager']",
" tags: [ 'validator.constraint_validator' ]",
""
],
"executable": false
}
},
"ref": "75e4c6c97db21fb7c2f07bd8433492514622440b"
}
}
}