From 285eaab3856ec40d5fffb5e76e415c85732688ff Mon Sep 17 00:00:00 2001 From: Mael Date: Fri, 15 May 2020 13:57:21 +0200 Subject: [PATCH] Create manifest.json --- mael/intervention-image-bundle/1.0/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mael/intervention-image-bundle/1.0/manifest.json diff --git a/mael/intervention-image-bundle/1.0/manifest.json b/mael/intervention-image-bundle/1.0/manifest.json new file mode 100644 index 00000000..adfddce3 --- /dev/null +++ b/mael/intervention-image-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mael\\InterventionImageBundle\\MaelInterventionImageBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}