Skip to content

Commit 895ce06

Browse files
committed
Move the mail and mailer aliases to symfony/mailer instead of swiftmailer
1 parent 9a260b4 commit 895ce06

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

symfony/mailer/4.3/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
},
55
"env": {
66
"#1": "MAILER_DSN=smtp://localhost"
7-
}
7+
},
8+
"aliases": ["mailer", "mail"]
89
}

symfony/swiftmailer-bundle/2.5/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"#3": "Delivery is disabled by default via \"null://localhost\"",
1212
"MAILER_URL": "null://localhost"
1313
},
14-
"aliases": ["mailer", "mail", "swiftmailer"]
14+
"aliases": ["swiftmailer"]
1515
}

0 commit comments

Comments
 (0)