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%/" + } +}