From ac808d34d633165c6a2e92ecf3040d987013616e Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Thu, 15 Oct 2020 14:54:05 +0200 Subject: [PATCH] TASK: Allow Neos Flow 6.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aae41c7..5c17812 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|~5.3" + "neos/flow": "~4.0|~5.3|~6.3" }, "autoload": { "psr-4": { @@ -65,4 +65,4 @@ "Neos.Flow-20180415105700" ] } -} \ No newline at end of file +}