From c180a50731d2315a449c2cf6d168bf980d4ecfe4 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Thu, 15 Oct 2020 14:52:58 +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 9500219..8f5d667 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "license": "MIT", "homepage": "https://github.com/digicomp/DigiComp.Sequence", "require": { - "neos/flow": "~4.1|~5.3" + "neos/flow": "~4.1|~5.3|~6.3" }, "require-dev": { "phpunit/phpunit": "3.7.*", @@ -70,4 +70,4 @@ "Neos.Flow-20180415105700" ] } -} \ No newline at end of file +}