From 610a89bfaf70f832d808c055544519e5dd9371e6 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 15 Mar 2017 09:06:45 +0100 Subject: [PATCH] TASK: Apply migration Neos.Flow-20170125103800 Migrate usages of the path [TYPO3][Flow][Security][Authentication] to [Neos][Flow][Security][Authentication] 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 67e0a5f..af6b7cf 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,8 @@ "Neos.Flow-20161125124112", "Neos.SwiftMailer-20161130105617", "TYPO3.FluidAdaptor-20161130112935", - "Neos.Media-20161219094126" + "Neos.Media-20161219094126", + "Neos.Flow-20170125103800" ] } } \ No newline at end of file