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