From ba439131b854e44403cb8f5305a7b0f2a3d1a52f Mon Sep 17 00:00:00 2001 From: Tomasz Gemza Date: Tue, 17 Oct 2017 15:26:54 +0200 Subject: [PATCH] Add secit-pl/imap-bundle recipe --- secit-pl/imap-bundle/1.0/config/packages/imap.yaml | 2 ++ secit-pl/imap-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 secit-pl/imap-bundle/1.0/config/packages/imap.yaml create mode 100644 secit-pl/imap-bundle/1.0/manifest.json diff --git a/secit-pl/imap-bundle/1.0/config/packages/imap.yaml b/secit-pl/imap-bundle/1.0/config/packages/imap.yaml new file mode 100644 index 00000000..f0a552f2 --- /dev/null +++ b/secit-pl/imap-bundle/1.0/config/packages/imap.yaml @@ -0,0 +1,2 @@ +imap: + connections: [] \ No newline at end of file diff --git a/secit-pl/imap-bundle/1.0/manifest.json b/secit-pl/imap-bundle/1.0/manifest.json new file mode 100644 index 00000000..ed18524e --- /dev/null +++ b/secit-pl/imap-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "SecIT\\ImapBundle\\ImapBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}