From 04c35f67b4315323f705194f342e55b5b5c15680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20K=C3=B6tzing?= Date: Tue, 21 Jul 2015 16:20:06 +0200 Subject: [PATCH] [TASK] Apply migration TYPO3.Flow-201405111147 This migration does not actually change any code. It just displays a warning if a TypeConverters canConvertFrom() is 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 6b4a2f4..ec1e365 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "TYPO3.Flow-201209251426", "TYPO3.Flow-201211151101", "TYPO3.Flow-201212051340", - "TYPO3.Flow-201310031523" + "TYPO3.Flow-201310031523", + "TYPO3.Flow-201405111147" ] } } \ No newline at end of file