From d66648f972179ec02997742295adeb0e0f914b05 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Tue, 7 Feb 2023 16:46:35 +0100 Subject: [PATCH] Allow neos/flow 7.3 again --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 884d5c5..50b5382 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "license": "MIT", "homepage": "https://github.com/digicomp/DigiComp.Menu", "require": { - "neos/flow": "^8.2", + "neos/flow": "^7.3 | ^8.2", "php": "^8.1" }, "autoload": {