From 966289f7be91e430c3a6ea6c6cbf35d41242d3cb Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Thu, 3 Dec 2020 14:37:06 +0100 Subject: [PATCH] Add recipe for auditor-bundle --- .../auditor-bundle/1.0/config/packages/dh_auditor.yaml | 3 +++ damienharper/auditor-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 damienharper/auditor-bundle/1.0/config/packages/dh_auditor.yaml create mode 100644 damienharper/auditor-bundle/1.0/manifest.json diff --git a/damienharper/auditor-bundle/1.0/config/packages/dh_auditor.yaml b/damienharper/auditor-bundle/1.0/config/packages/dh_auditor.yaml new file mode 100644 index 00000000..d1c48894 --- /dev/null +++ b/damienharper/auditor-bundle/1.0/config/packages/dh_auditor.yaml @@ -0,0 +1,3 @@ +dh_auditor: + # Configuration reference available at: + # http://localhost:8000/docs/auditor-bundle/configuration/reference.html diff --git a/damienharper/auditor-bundle/1.0/manifest.json b/damienharper/auditor-bundle/1.0/manifest.json new file mode 100644 index 00000000..8dc84694 --- /dev/null +++ b/damienharper/auditor-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "DH\\AuditorBundle\\DHAuditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}