add mailer bundle recipe

This commit is contained in:
Jacques de Lamballerie
2018-08-02 11:41:18 +02:00
parent 1a6183dccc
commit c23a195ca7
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
wandi_mailer:
sender:
name: 'example'
address: 'hello@example.com'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Wandi\\MailerBundle\\WandiMailerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}