From f7914f7a4be561b0e2417dc7fc42794875ee2eb3 Mon Sep 17 00:00:00 2001 From: Marvin Kuhl Date: Thu, 19 May 2022 11:51:43 +0200 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e707dfc..a1a5273 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,10 @@ }, "branch-alias": { "dev-develop": "2.0.x-dev" - } + }, + "applied-flow-migrations": [ + "Neos.SwiftMailer-20161130105617" + ] }, "authors": [ { @@ -37,4 +40,4 @@ "Neos", "Flow" ] -} +} \ No newline at end of file