From 47b496711af77a9e3f892af5e60d4a2e70be30fa Mon Sep 17 00:00:00 2001 From: "Olivier M. Mukadi" Date: Mon, 20 Jan 2020 15:34:00 +0100 Subject: [PATCH 1/3] 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/" + } +} From 0fec66a5b3f00cae6535503b61de6e53d4df2089 Mon Sep 17 00:00:00 2001 From: "Olivier M. Mukadi" Date: Mon, 20 Jan 2020 15:58:11 +0100 Subject: [PATCH 2/3] fix manifest --- mukadi/wallet-bundle/1.0/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mukadi/wallet-bundle/1.0/manifest.json b/mukadi/wallet-bundle/1.0/manifest.json index bf69801d..dd57ce4e 100644 --- a/mukadi/wallet-bundle/1.0/manifest.json +++ b/mukadi/wallet-bundle/1.0/manifest.json @@ -3,8 +3,8 @@ "Mukadi\\WalletBundle\\MukadiWalletBundle": ["all"] }, "copy-from-package": { - "res/config/": "%CONFIG_DIR%/", "res/Entity/": "%SRC_DIR%/Entity/", - "res/Repository/": "%SRC_DIR%/Repository/" + "res/Repository/": "%SRC_DIR%/Repository/", + "res/config/": "%CONFIG_DIR%/" } } From 5c91b0c60fac4e91fe5a80d0b9040e155fbd1655 Mon Sep 17 00:00:00 2001 From: "Olivier M. Mukadi" Date: Mon, 20 Jan 2020 16:59:28 +0100 Subject: [PATCH 3/3] repost commit --- mukadi/wallet-bundle/1.0/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mukadi/wallet-bundle/1.0/manifest.json b/mukadi/wallet-bundle/1.0/manifest.json index dd57ce4e..bf69801d 100644 --- a/mukadi/wallet-bundle/1.0/manifest.json +++ b/mukadi/wallet-bundle/1.0/manifest.json @@ -3,8 +3,8 @@ "Mukadi\\WalletBundle\\MukadiWalletBundle": ["all"] }, "copy-from-package": { + "res/config/": "%CONFIG_DIR%/", "res/Entity/": "%SRC_DIR%/Entity/", - "res/Repository/": "%SRC_DIR%/Repository/", - "res/config/": "%CONFIG_DIR%/" + "res/Repository/": "%SRC_DIR%/Repository/" } }