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