From a1744884e52ffc06adfea8cf5b2889fdd5fb82bf Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Mon, 7 Oct 2024 10:10:32 +0200 Subject: [PATCH 1/2] TASK: Update constraints --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c871572..32a97e8 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,8 @@ "description": "Flow Form Framework preset for Fusion based Form rendering", "license": "MIT", "require": { - "neos/form": "^5.0" + "neos/form": "^5.0", + "neos/fusion": ">=7.3" }, "autoload": { "psr-4": { From 0b9ceffbae307caa2ede41d3b7dc43bddbc21ef0 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Mon, 7 Oct 2024 11:54:52 +0200 Subject: [PATCH 2/2] TASK: Update constraints --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32a97e8..f862431 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "neos/form": "^5.0", - "neos/fusion": ">=7.3" + "neos/fusion": "^7.3 || ^8.0 || ^9.0" }, "autoload": { "psr-4": {