From 33a2f4e880fc30f8606db65d8a582f809bb344d6 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.Media-20161124233100 Adjusts code to package renaming from "TYPO3.Media" to "Neos.Media" 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 d553099..3b9095c 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,8 @@ "Neos.Flow-20161124204701", "Neos.Flow-20161124224015", "Neos.Eel-20161124230101", - "Neos.Imagine-20161124231742" + "Neos.Imagine-20161124231742", + "Neos.Media-20161124233100" ] } } \ No newline at end of file