From 764f47aa8c14a8f9d42d23a0dfbd9f7ebe71ae36 Mon Sep 17 00:00:00 2001 From: Ulrich Mathes Date: Fri, 11 Oct 2024 15:06:54 +0200 Subject: [PATCH] [TASK] use required 3.8.1 tag from fluid-components this contains the image dimensions and rendering within fluid-components --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 24f281c..7648720 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require": { "php": "^8.2", - "sitegeist/fluid-components": "^3.7", + "sitegeist/fluid-components": "^3.8.1", "typo3fluid/fluid": "^4.0", "sitegeist/fluid-tagbuilder": "^1 || dev-main", "typo3/cms-core": "^13.3 || dev-main"