From 4042cc0044ef35c5b46b5d651d49f7909076c6fb Mon Sep 17 00:00:00 2001 From: Samuel Chiriluta Date: Tue, 21 Nov 2017 01:50:47 +0200 Subject: [PATCH] Create manifest.json --- bcc/cron-manager-bundle/3.1/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bcc/cron-manager-bundle/3.1/manifest.json diff --git a/bcc/cron-manager-bundle/3.1/manifest.json b/bcc/cron-manager-bundle/3.1/manifest.json new file mode 100644 index 00000000..653b7a54 --- /dev/null +++ b/bcc/cron-manager-bundle/3.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "BCC\\CronManagerBundle\\BCCCronManagerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}