Skip to content

Commit 9568ce1

Browse files
committed
[TASK] Update Fluid Standalone to 4.0.2
This release includes a typehint change required for a follow-up patch. Executed commands: > composer req typo3fluid/fluid:^4.0.2 > composer req -d typo3/sysext/adminpanel --no-update \ typo3fluid/fluid:^4.0.2 > composer req -d typo3/sysext/core --no-update \ typo3fluid/fluid:^4.0.2 > composer req -d typo3/sysext/fluid --no-update \ typo3fluid/fluid:^4.0.2 > composer req -d typo3/sysext/redirects --no-update \ typo3fluid/fluid:^4.0.2 Resolves: #105627 Releases: main, 13.4 Change-Id: I8b4dba8334161f4b25fad252ad8835cd023b8c21 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/87044 Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: core-ci <typo3@b13.com> Tested-by: Simon Praetorius <simon@praetorius.me> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Benjamin Franzke <ben@bnf.dev> Tested-by: Benjamin Franzke <ben@bnf.dev> Reviewed-by: Simon Praetorius <simon@praetorius.me>
1 parent 1f2a950 commit 9568ce1

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"typo3/cms-cli": "^3.1.1",
106106
"typo3/cms-composer-installers": "^5.0.1",
107107
"typo3/html-sanitizer": "^2.2.0",
108-
"typo3fluid/fluid": "^4.0.1"
108+
"typo3fluid/fluid": "^4.0.2"
109109
},
110110
"require-dev": {
111111
"bnf/phpstan-psr-container": "^1.0.1",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typo3/sysext/adminpanel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"typo3/cms-core": "14.0.*@dev",
2727
"typo3/cms-fluid": "14.0.*@dev",
2828
"typo3/cms-frontend": "14.0.*@dev",
29-
"typo3fluid/fluid": "^4.0.1"
29+
"typo3fluid/fluid": "^4.0.2"
3030
},
3131
"conflict": {
3232
"typo3/cms": "*"

typo3/sysext/core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"typo3/cms-cli": "^3.1.1",
7676
"typo3/cms-composer-installers": "^5.0.1",
7777
"typo3/html-sanitizer": "^2.2.0",
78-
"typo3fluid/fluid": "^4.0.1"
78+
"typo3fluid/fluid": "^4.0.2"
7979
},
8080
"suggest": {
8181
"ext-apcu": "Needed when non-default APCU based cache backends are used",

typo3/sysext/fluid/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/dependency-injection": "^7.1.4",
2323
"typo3/cms-core": "14.0.*@dev",
2424
"typo3/cms-extbase": "14.0.*@dev",
25-
"typo3fluid/fluid": "^4.0.1"
25+
"typo3fluid/fluid": "^4.0.2"
2626
},
2727
"conflict": {
2828
"typo3/cms": "*"

typo3/sysext/redirects/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/console": "^7.1.4",
2626
"typo3/cms-backend": "14.0.*@dev",
2727
"typo3/cms-core": "14.0.*@dev",
28-
"typo3fluid/fluid": "^4.0.1"
28+
"typo3fluid/fluid": "^4.0.2"
2929
},
3030
"conflict": {
3131
"typo3/cms": "*"

0 commit comments

Comments
 (0)