From 6beae6f7b34ba856de052a37638ab44f1b736076 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Tue, 27 Aug 2019 09:44:49 +0200 Subject: [PATCH 1/3] allow neos/flow ~5.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bd7c901..7c3d666 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "license": "MIT", "homepage": "https://github.com/digicomp/DigiComp.Sequence", "require": { - "neos/flow": "~4.0" + "neos/flow": "~4.0|~5.3" }, "autoload": { "psr-4": { @@ -63,4 +63,4 @@ "Neos.Flow-20170127183102" ] } -} \ No newline at end of file +} From 2d7249922af590b33942fa852992a3780bf0fb64 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Tue, 27 Aug 2019 11:30:13 +0200 Subject: [PATCH 2/3] TASK: Apply migration DigiComp.SettingValidator-20170603120900 Restructures Validation.yamls to new format 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7c3d666..49d1014 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,8 @@ "TYPO3.FluidAdaptor-20161130112935", "Neos.Media-20161219094126", "Neos.Flow-20170125103800", - "Neos.Flow-20170127183102" + "Neos.Flow-20170127183102", + "DigiComp.SettingValidator-20170603120900" ] } -} +} \ No newline at end of file From 892d2613c41b5fa2609a612b668c157102c2d96f Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Tue, 27 Aug 2019 11:30:13 +0200 Subject: [PATCH 3/3] TASK: Apply migration Neos.Flow-20180415105700 Add scalar type hint to CacheAwareInterface implementations. 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 49d1014..aae41c7 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,8 @@ "Neos.Media-20161219094126", "Neos.Flow-20170125103800", "Neos.Flow-20170127183102", - "DigiComp.SettingValidator-20170603120900" + "DigiComp.SettingValidator-20170603120900", + "Neos.Flow-20180415105700" ] } } \ No newline at end of file