Adds receipe for moneyphp/money-bundle

This commit is contained in:
Xavier Coureau
2020-02-03 15:09:31 +01:00
parent aeaf921014
commit a4c74db349
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,3 @@
services:
Money\Currencies:
alias: "moneyphp.iso.currencies"
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Money\\MoneyBundle\\MoneyBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}