diff --git a/coka/rest-request-validator-bundle/1.0/config/packages/oka_rest_request_validator.yaml b/coka/rest-request-validator-bundle/1.0/config/packages/oka_rest_request_validator.yaml new file mode 100644 index 00000000..b1d17858 --- /dev/null +++ b/coka/rest-request-validator-bundle/1.0/config/packages/oka_rest_request_validator.yaml @@ -0,0 +1,3 @@ +oka_rest_request_validator: + exception: + enabled: true diff --git a/coka/rest-request-validator-bundle/1.0/manifest.json b/coka/rest-request-validator-bundle/1.0/manifest.json new file mode 100644 index 00000000..aefe617f --- /dev/null +++ b/coka/rest-request-validator-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oka\\RESTRequestValidatorBundle\\OkaRESTRequestValidatorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}