From be1efbf3b962765be88749976d38dbf764782bcf Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Tue, 27 Aug 2019 09:44:48 +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 b5eba4a..cc30d30 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" + "neos/flow": "~4.1|~5.3" }, "require-dev": { "phpunit/phpunit": "3.7.*", @@ -69,4 +69,4 @@ "DigiComp.SettingValidator-20170603120900" ] } -} \ No newline at end of file +}