From 969bb8eb9299d2434649ddfde2f1bbe02b09811f Mon Sep 17 00:00:00 2001 From: Cedrick Oka Baidai Date: Fri, 4 Oct 2019 16:02:54 +0000 Subject: [PATCH] * Add a recipe for coka/rest-request-validator-bundle version 1.0. --- .../1.0/config/packages/oka_rest_request_validator.yaml | 3 +++ coka/rest-request-validator-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 coka/rest-request-validator-bundle/1.0/config/packages/oka_rest_request_validator.yaml create mode 100644 coka/rest-request-validator-bundle/1.0/manifest.json 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%/" + } +}