mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
30 lines
872 B
JSON
30 lines
872 B
JSON
{
|
|
"manifests": {
|
|
"tbbc/money-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Tbbc\\MoneyBundle\\TbbcMoneyBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/tbbc_money.yaml": {
|
|
"contents": [
|
|
"tbbc_money:",
|
|
" currencies: [\"USD\", \"EUR\"]",
|
|
" reference_currency: \"EUR\"",
|
|
" decimals: 2",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "e97ae40ca09c6fa35e69accec8833d1e10445a06"
|
|
}
|
|
}
|
|
}
|