From 7bcd16d906c91ba08684c7ea49a0499ab265cc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C4=81vis=20Z=C4=81l=C4=ABtis?= Date: Sun, 4 Aug 2019 02:02:12 +0300 Subject: [PATCH] Create manifest.json --- nameisis/cache/2.0/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nameisis/cache/2.0/manifest.json diff --git a/nameisis/cache/2.0/manifest.json b/nameisis/cache/2.0/manifest.json new file mode 100644 index 00000000..e1dd3cf6 --- /dev/null +++ b/nameisis/cache/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Nameisis\\Cache\\NameisisCache": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}