From 1adbd51c1e80bf624cf5458c62ea58fe71e83437 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Mon, 16 Sep 2024 06:15:12 +0200 Subject: [PATCH] [FEATURE] Allow Fluid 4.0 --- .gitignore | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 99ce422..8e69086 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /vendor /fluidDocumentationOutput /Documentation-GENERATED-temp +/.cache/ +/schemas/ diff --git a/composer.json b/composer.json index 09f5093..45fdddf 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "^8.2", "ext-json": "*", "justinrainbow/json-schema": "^5.2", - "typo3fluid/fluid": "^2.12 || dev-main" + "typo3fluid/fluid": "^2.12 || ^4.0 || dev-main" }, "config": { "sort-packages": true