From 47b496711af77a9e3f892af5e60d4a2e70be30fa Mon Sep 17 00:00:00 2001 From: "Olivier M. Mukadi" Date: Mon, 20 Jan 2020 15:34:00 +0100 Subject: [PATCH] Add mukadi/wallet-bundle 1.0 support --- mukadi/wallet-bundle/1.0/manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mukadi/wallet-bundle/1.0/manifest.json diff --git a/mukadi/wallet-bundle/1.0/manifest.json b/mukadi/wallet-bundle/1.0/manifest.json new file mode 100644 index 00000000..bf69801d --- /dev/null +++ b/mukadi/wallet-bundle/1.0/manifest.json @@ -0,0 +1,10 @@ +{ + "bundles": { + "Mukadi\\WalletBundle\\MukadiWalletBundle": ["all"] + }, + "copy-from-package": { + "res/config/": "%CONFIG_DIR%/", + "res/Entity/": "%SRC_DIR%/Entity/", + "res/Repository/": "%SRC_DIR%/Repository/" + } +}