Files
symfony-flex-recipes-contrib/tbbc.money-bundle.4.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

40 lines
1.3 KiB
JSON

{
"locks": {
"tbbc/money-bundle": {
"version": "4.0",
"recipe": {
"repo": "4.0",
"branch": "master",
"version": "4.0",
"ref": "e97ae40ca09c6fa35e69accec8833d1e10445a06"
}
}
},
"manifests": {
"tbbc/money-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "tbbc/money-bundle",
"version": "4.0",
"manifest": {
"bundles": {
"Tbbc\\MoneyBundle\\TbbcMoneyBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/tbbc_money.yaml": {
"contents": "tbbc_money:\n currencies: [\"USD\", \"EUR\"]\n reference_currency: \"EUR\"\n decimals: 2\n",
"executable": false,
"encoding": ""
}
},
"origin": "tbbc/money-bundle:4.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}