From ef95dc9cb78aeb4bca5d7e93682bb5458f8dac37 Mon Sep 17 00:00:00 2001 From: andchir Date: Tue, 9 Apr 2019 12:49:55 +0300 Subject: [PATCH] Add manifest file --- andchir/omnipay-bundle/1.0/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 andchir/omnipay-bundle/1.0/manifest.json diff --git a/andchir/omnipay-bundle/1.0/manifest.json b/andchir/omnipay-bundle/1.0/manifest.json new file mode 100644 index 00000000..99312ecc --- /dev/null +++ b/andchir/omnipay-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Andchir\\OmnipayBundle\\OmnipayBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}