Add recipee for tbbc/money-bundle version 4.0

This commit is contained in:
simivar
2020-06-08 13:10:28 +02:00
parent ec9d8fcbb9
commit 3c3ce19354
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
tbbc_money:
currencies: ["USD", "EUR"]
reference_currency: "EUR"
decimals: 2

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Tbbc\\MoneyBundle\\TbbcMoneyBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}