From 8a42bf3129d755b1b6a0ce2d8803a30ba7e749d2 Mon Sep 17 00:00:00 2001 From: Stefan Bruggmann Date: Wed, 16 Dec 2020 09:36:04 +0100 Subject: [PATCH] TASK: Also allow Neos 7.x and newer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4cdc1ca..32b3ed9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "neos/neos": "~5.0" + "neos/neos": ">=5.0" }, "autoload": { "psr-4": {