From 7b2af1bde729318f849f49f0de0cd93e57d31325 Mon Sep 17 00:00:00 2001 From: beromir <45039929+beromir@users.noreply.github.com> Date: Thu, 21 Apr 2022 12:55:17 +0200 Subject: [PATCH] [TASK] Allow Neos v8.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 34a87b6..a6609e1 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ "debugging" ], "require": { - "neos/neos": "^5.3|^7.0", + "neos/neos": "^5.3 || ^7.0 || ^8.0", "neos/flow": "*", "spatie/ray": "^1.30", - "php": "^7.3|^8.0" + "php": "^7.3 || ^8.0" }, "autoload": { "psr-4": {