From a5d32c793bf4cf244513d47704ecde96c7f287e4 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Mon, 15 Nov 2021 14:22:15 +0100
Subject: [PATCH] [TASK] Raise typo3fluid/fluid:^2.7.1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Brings especially a series of core v11 relevant
PHP 8.1 bug fixes.

composer req typo3fluid/fluid:^2.7.1
composer req typo3fluid/fluid:^2.7.1 -d typo3/sysext/core/ --no-update
composer req typo3fluid/fluid:^2.7.1 -d typo3/sysext/adminpanel/ --no-update
composer req typo3fluid/fluid:^2.7.1 -d typo3/sysext/fluid/ --no-update
composer req typo3fluid/fluid:^2.7.1 -d typo3/sysext/redirects/ --no-update

Resolves: #95980
Releases: master
Change-Id: I5aae8fa275d80b2322bb526a8b6a1856194ec786
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72178
Reviewed-by: Mathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: Jochen <rothjochen@gmail.com>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Jochen <rothjochen@gmail.com>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 composer.json                         |  2 +-
 composer.lock                         | 14 +++++++-------
 typo3/sysext/adminpanel/composer.json |  2 +-
 typo3/sysext/core/composer.json       |  2 +-
 typo3/sysext/fluid/composer.json      |  2 +-
 typo3/sysext/redirects/composer.json  |  2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/composer.json b/composer.json
index da0ef662be0e..582868ef320b 100644
--- a/composer.json
+++ b/composer.json
@@ -94,7 +94,7 @@
 		"typo3/html-sanitizer": "^2.0.11",
 		"typo3/phar-stream-wrapper": "^3.1.7",
 		"typo3/symfony-psr-event-dispatcher-adapter": "^1.0 || ^2.0",
-		"typo3fluid/fluid": "^2.7.0"
+		"typo3fluid/fluid": "^2.7.1"
 	},
 	"require-dev": {
 		"codeception/codeception": "^4.1.22",
diff --git a/composer.lock b/composer.lock
index e9523500b5c3..9df2c8dff30b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "b9da901be6dc0ebe799e3b499d1da599",
+    "content-hash": "77a3c883dc71acd280572c3176e838d1",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",
@@ -5032,16 +5032,16 @@
         },
         {
             "name": "typo3fluid/fluid",
-            "version": "2.7.0",
+            "version": "2.7.1",
             "source": {
                 "type": "git",
                 "url": "https://github.com/TYPO3/Fluid.git",
-                "reference": "3420f8cfd6afcfa98e077f40b8d34f9be12f079e"
+                "reference": "a60a9219ab556104c70abb3efad45caa2c188aa5"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/3420f8cfd6afcfa98e077f40b8d34f9be12f079e",
-                "reference": "3420f8cfd6afcfa98e077f40b8d34f9be12f079e",
+                "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/a60a9219ab556104c70abb3efad45caa2c188aa5",
+                "reference": "a60a9219ab556104c70abb3efad45caa2c188aa5",
                 "shasum": ""
             },
             "require": {
@@ -5069,9 +5069,9 @@
             "description": "The TYPO3 Fluid template rendering engine",
             "support": {
                 "issues": "https://github.com/TYPO3/Fluid/issues",
-                "source": "https://github.com/TYPO3/Fluid/tree/2.7.0"
+                "source": "https://github.com/TYPO3/Fluid/tree/2.7.1"
             },
-            "time": "2021-05-31T06:39:11+00:00"
+            "time": "2021-11-12T10:06:45+00:00"
         },
         {
             "name": "webmozart/assert",
diff --git a/typo3/sysext/adminpanel/composer.json b/typo3/sysext/adminpanel/composer.json
index d5ec5988ac2c..cdc8683b9b14 100644
--- a/typo3/sysext/adminpanel/composer.json
+++ b/typo3/sysext/adminpanel/composer.json
@@ -27,7 +27,7 @@
 		"typo3/cms-core": "11.5.*@dev",
 		"typo3/cms-fluid": "11.5.*@dev",
 		"typo3/cms-frontend": "11.5.*@dev",
-		"typo3fluid/fluid": "^2.7.0"
+		"typo3fluid/fluid": "^2.7.1"
 	},
 	"conflict": {
 		"typo3/cms": "*"
diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json
index 0697668932f2..9f803ca23e6d 100644
--- a/typo3/sysext/core/composer.json
+++ b/typo3/sysext/core/composer.json
@@ -76,7 +76,7 @@
 		"typo3/html-sanitizer": "^2.0.11",
 		"typo3/phar-stream-wrapper": "^3.1.7",
 		"typo3/symfony-psr-event-dispatcher-adapter": "^1.0 || ^2.0",
-		"typo3fluid/fluid": "^2.7.0"
+		"typo3fluid/fluid": "^2.7.1"
 	},
 	"suggest": {
 		"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
diff --git a/typo3/sysext/fluid/composer.json b/typo3/sysext/fluid/composer.json
index fbdc4896fe23..0085d1c42603 100644
--- a/typo3/sysext/fluid/composer.json
+++ b/typo3/sysext/fluid/composer.json
@@ -22,7 +22,7 @@
 		"symfony/dependency-injection": "^5.3.7",
 		"typo3/cms-core": "11.5.*@dev",
 		"typo3/cms-extbase": "11.5.*@dev",
-		"typo3fluid/fluid": "^2.7.0"
+		"typo3fluid/fluid": "^2.7.1"
 	},
 	"conflict": {
 		"typo3/cms": "*"
diff --git a/typo3/sysext/redirects/composer.json b/typo3/sysext/redirects/composer.json
index cfc6fdfd8ef7..c86922fd17ec 100644
--- a/typo3/sysext/redirects/composer.json
+++ b/typo3/sysext/redirects/composer.json
@@ -25,7 +25,7 @@
 		"symfony/console": "^5.3.7",
 		"typo3/cms-backend": "11.5.*@dev",
 		"typo3/cms-core": "11.5.*@dev",
-		"typo3fluid/fluid": "^2.7.0"
+		"typo3fluid/fluid": "^2.7.1"
 	},
 	"conflict": {
 		"typo3/cms": "*"
-- 
GitLab