mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
29 lines
843 B
JSON
29 lines
843 B
JSON
{
|
|
"manifests": {
|
|
"m-adamski/symfony-mailer-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Adamski\\Symfony\\MailerBundle\\MailerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/mailer.yaml": {
|
|
"contents": [
|
|
"mailer:",
|
|
" sender_address: noreply@example.com",
|
|
" sender_name: noreply",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "fcdd70fac7c2bdf08ce9ea0ab6e465965c3f0d31"
|
|
}
|
|
}
|
|
}
|