From 5b98b1263665e4ba676a82b8fc18379ebaa7a1f7 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Wed, 30 Mar 2022 15:42:49 +0200 Subject: [PATCH] TASK: Define compatibility with PHP 8 and Flow 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fba4ce7..d3b271c 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,9 @@ "bin-dir": "bin" }, "require": { - "neos/flow": "^7.0", + "neos/flow": "^7.0 || ^8.0 || dev-master", "t3n/graphql": "^3.0", - "php": "^7.3", + "php": ">=7.3", "ext-json": "*" }, "autoload": {