From 3640c3afae107456da3546475220c67d2182d1ef Mon Sep 17 00:00:00 2001 From: Dominique Feyer Date: Fri, 22 Apr 2022 14:39:43 +0200 Subject: [PATCH] TASK: Support Neos 8.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7aa6f6f..b2dd8e8 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "neos/neos": "~3.0 || ~4.0 || ~5.0 || ~7.0" + "neos/neos": "~3.0 || ~4.0 || ~5.0 || ~7.0 || ~8.0" }, "autoload": { "psr-0": { @@ -27,4 +27,4 @@ "TYPO3.Form-20160601101500" ] } -} \ No newline at end of file +}