From d4ffe3a18ee9f77216a26650214030db5fa1de79 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Wed, 11 Jan 2023 16:59:52 +0100 Subject: [PATCH] Allow flow 7.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db62c95..a572249 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Just a Neos\\Flow Validator resolving other Validators with Configuration/Validation.yaml", "type": "neos-package", "require": { - "neos/flow": "^6.3.5", + "neos/flow": "^6.3.5 | ^7.3.9", "php": ">=7.4" }, "require-dev": {