From 23089bc8968b6b6064b3c92484b87c1616069768 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Sun, 1 Jan 2023 22:05:36 +0100 Subject: [PATCH] allow Flow 7.3.x and 8.2.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index deadeb0..1846263 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "license": "MIT", "homepage": "https://github.com/digicomp/DigiComp.Menu", "require": { - "neos/flow": "~6.3", + "neos/flow": "~6.3 | ^7.3 | ^8.2", "php": "^7.4" }, "autoload": {