From f3be919a57ef9a42d6cf3e2b718c5d4b7ed8811a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 15 Mar 2017 09:06:44 +0100 Subject: [PATCH] TASK: Apply migration Neos.SwiftMailer-20161130105617 Adjusts code to package renaming from "TYPO3.SwiftMailer" to "Neos.SwiftMailer". Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 549fd4f..e2079fc 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,8 @@ "Neos.Eel-20161124230101", "Neos.Imagine-20161124231742", "Neos.Media-20161124233100", - "Neos.Flow-20161125124112" + "Neos.Flow-20161125124112", + "Neos.SwiftMailer-20161130105617" ] } } \ No newline at end of file