From cda0def3351e89da00dd8357b5586e18591b2331 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 24 May 2017 14:02:27 +0200 Subject: [PATCH] TASK: Raise flow version constraint --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ad44ea6..9189310 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "license": "MIT", "homepage": "https://github.com/digicomp/DigiComp.Sequence", "require": { - "neos/flow": "~4.0" + "neos/flow": "~4.1" }, "require-dev": { "phpunit/phpunit": "3.7.*", @@ -68,4 +68,4 @@ "Neos.Flow-20170127183102" ] } -} \ No newline at end of file +}