From 6beae6f7b34ba856de052a37638ab44f1b736076 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Tue, 27 Aug 2019 09:44:49 +0200 Subject: [PATCH] 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 +}