mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
"bundles": {
|
|
"Mukadi\\WalletBundle\\MukadiWalletBundle": ["all"]
|
|
},
|
|
"copy-from-package": {
|
|
"res/config/": "%CONFIG_DIR%/",
|
|
"res/Entity/": "%SRC_DIR%/Entity/",
|
|
"res/Repository/": "%SRC_DIR%/Repository/"
|
|
}
|
|
}
|