From 8dfb72c23063350bea129bc21fe1f9730a74baa5 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 e311061..f8551f2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "validation" ], "require": { - "neos/flow": "~4.0" + "neos/flow": "~4.1" }, "autoload": { "psr-0": { @@ -63,4 +63,4 @@ "Neos.Flow-20170127183102" ] } -} \ No newline at end of file +}