From b64f400332500b70358156312c94942a60f6fbb0 Mon Sep 17 00:00:00 2001 From: Robert Lemke Date: Thu, 7 Apr 2022 18:26:40 +0200 Subject: [PATCH] Declare compatibility with Flow 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8041266..4adbcf1 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "MIT" ], "require": { - "neos/flow": "^6.0 || ^7.0", + "neos/flow": "^6.0 || ^7.0 || ^8.0", "google/cloud-storage": "^1.1", "ext-json": "*", "ext-pdo": "*",