From d81352c7838755ac45eae5a2284f341af1091892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:03:36 +0000 Subject: [PATCH] Update typo3fluid/fluid requirement from ^2.8.0 to ^5.3.1 Updates the requirements on [typo3fluid/fluid](https://github.com/TYPO3/Fluid) to permit the latest version. - [Release notes](https://github.com/TYPO3/Fluid/releases) - [Commits](https://github.com/TYPO3/Fluid/compare/2.8.0...5.3.1) --- updated-dependencies: - dependency-name: typo3fluid/fluid dependency-version: 5.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fcbb873e7c..4d2fcaf7f4 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "symfony/console": "^5.1||^6.0", "composer/composer": "^2.9.3", "egulias/email-validator": "^3.0||^4.0", - "typo3fluid/fluid": "^2.8.0", + "typo3fluid/fluid": "^5.3.1", "guzzlehttp/psr7": "^1.8.4 || ^2.1.1", "ext-mbstring": "*" },