From 38be4b2833e838aa0f3ef855ee703f545c5e72ea Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Wed, 10 Jul 2019 18:29:47 +0200 Subject: [PATCH] Add "swiftmailer" alias for symfony/swiftmailer-bundle --- symfony/swiftmailer-bundle/2.5/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/swiftmailer-bundle/2.5/manifest.json b/symfony/swiftmailer-bundle/2.5/manifest.json index 0dc85679..cb364430 100644 --- a/symfony/swiftmailer-bundle/2.5/manifest.json +++ b/symfony/swiftmailer-bundle/2.5/manifest.json @@ -11,5 +11,5 @@ "#3": "Delivery is disabled by default via \"null://localhost\"", "MAILER_URL": "null://localhost" }, - "aliases": ["mailer", "mail"] + "aliases": ["mailer", "mail", "swiftmailer"] }