From e58a157037274a39b0d5c3b015e560ef9c471a5c 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.Flow-20201205172733 This migration does not actually change any code. It just displays a warning if a PHP file still refers to the no longer existing ComponentInterface 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 19e1391..1593054 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "Neos.Flow-20190515215000", "Neos.Flow-20200813181400", "Neos.Flow-20201003165200", - "Neos.Flow-20201109224100" + "Neos.Flow-20201109224100", + "Neos.Flow-20201205172733" ] }, "authors": [