From 28ad554ec70370982c956586b9c15db3a200689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kurf=C3=BCrst?= Date: Wed, 6 Jan 2021 13:10:11 +0100 Subject: [PATCH] BUGFIX: ensure this is only installable until Flow 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1432f43..1e6cdbd 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "neos-package", "name": "sandstorm/neosacl", "require": { - "neos/flow": "*", + "neos/flow": "^4.0 || ^5.0 || ^6.0", "neos/fusion-afx": "*" }, "autoload": {