Added recipes for Mailer Bundle

This commit is contained in:
Maciej Adamski
2018-10-29 08:22:32 +01:00
parent 104bdab2cf
commit d82485af26
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
mailer:
sender_address: noreply@example.com
sender_name: noreply

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Adamski\\Symfony\\MailerBundle\\MailerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}