diff --git a/archived/happyr.entity-exists-validation-constraint/6bb4d395c4af35301599aec4f7b6810c3fb660cb.json b/archived/happyr.entity-exists-validation-constraint/6bb4d395c4af35301599aec4f7b6810c3fb660cb.json new file mode 100644 index 00000000..abbe0048 --- /dev/null +++ b/archived/happyr.entity-exists-validation-constraint/6bb4d395c4af35301599aec4f7b6810c3fb660cb.json @@ -0,0 +1,25 @@ +{ + "manifests": { + "happyr/entity-exists-validation-constraint": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/happyr_entity_exists_validator.yaml": { + "contents": [ + "# See Readme at https://github.com/Happyr/entity-exists-validation-constraint", + "services:", + " Happyr\\Validator\\Constraint\\EntityExistValidator:", + " arguments: [ '@doctrine.orm.entity_manager' ]", + " tags: [ 'validator.constraint_validator' ]", + "" + ], + "executable": false + } + }, + "ref": "6bb4d395c4af35301599aec4f7b6810c3fb660cb" + } + } +} diff --git a/happyr.entity-exists-validation-constraint.1.0.json b/happyr.entity-exists-validation-constraint.1.0.json new file mode 100644 index 00000000..abbe0048 --- /dev/null +++ b/happyr.entity-exists-validation-constraint.1.0.json @@ -0,0 +1,25 @@ +{ + "manifests": { + "happyr/entity-exists-validation-constraint": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/happyr_entity_exists_validator.yaml": { + "contents": [ + "# See Readme at https://github.com/Happyr/entity-exists-validation-constraint", + "services:", + " Happyr\\Validator\\Constraint\\EntityExistValidator:", + " arguments: [ '@doctrine.orm.entity_manager' ]", + " tags: [ 'validator.constraint_validator' ]", + "" + ], + "executable": false + } + }, + "ref": "6bb4d395c4af35301599aec4f7b6810c3fb660cb" + } + } +} diff --git a/index.json b/index.json index cc452225..5b4c4c71 100644 --- a/index.json +++ b/index.json @@ -549,6 +549,9 @@ "hans-peter-ording/nflfastr-symfony-bundle": [ "0.9" ], + "happyr/entity-exists-validation-constraint": [ + "1.0" + ], "happyr/json-api-response-factory": [ "0.1" ],