Add mukadi/wallet-bundle 1.0 support

This commit is contained in:
Olivier M. Mukadi
2020-01-20 15:34:00 +01:00
parent edba3a4ea9
commit 47b496711a
+10
View File
@@ -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/"
}
}