Skip to content

Commit

Permalink
[TASK] Raise typo3fluid/fluid:^2.7.3
Browse files Browse the repository at this point in the history
This patch level release comes with a set
of minor bug fixes and should be the minimum
version for TYPO3 v12 from now on.

> composer req typo3fluid/fluid:^2.7.3

Resolves: #100243
Releases: main
Change-Id: Id57b8b7f0a30211fe90d09b854475fceda58901e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78206
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
  • Loading branch information
lolli42 committed Mar 21, 2023
1 parent 95a182a commit 75a180d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -98,7 +98,7 @@
"typo3/cms-cli": "^3.1",
"typo3/cms-composer-installers": "^5.0",
"typo3/html-sanitizer": "^2.1.1",
"typo3fluid/fluid": "^2.7.2"
"typo3fluid/fluid": "^2.7.3"
},
"require-dev": {
"bnf/phpstan-psr-container": "^1.0.1",
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typo3/sysext/adminpanel/composer.json
Expand Up @@ -27,7 +27,7 @@
"typo3/cms-core": "12.3.*@dev",
"typo3/cms-fluid": "12.3.*@dev",
"typo3/cms-frontend": "12.3.*@dev",
"typo3fluid/fluid": "^2.7.2"
"typo3fluid/fluid": "^2.7.3"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -74,7 +74,7 @@
"typo3/cms-cli": "^3.1",
"typo3/cms-composer-installers": "^5.0",
"typo3/html-sanitizer": "^2.1.1",
"typo3fluid/fluid": "^2.7.2"
"typo3fluid/fluid": "^2.7.3"
},
"suggest": {
"ext-apcu": "Needed when non-default APCU based cache backends are used",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/fluid/composer.json
Expand Up @@ -22,7 +22,7 @@
"symfony/dependency-injection": "^6.2",
"typo3/cms-core": "12.3.*@dev",
"typo3/cms-extbase": "12.3.*@dev",
"typo3fluid/fluid": "^2.7.2"
"typo3fluid/fluid": "^2.7.3"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/redirects/composer.json
Expand Up @@ -25,7 +25,7 @@
"symfony/console": "^6.2",
"typo3/cms-backend": "12.3.*@dev",
"typo3/cms-core": "12.3.*@dev",
"typo3fluid/fluid": "^2.7.2"
"typo3fluid/fluid": "^2.7.3"
},
"conflict": {
"typo3/cms": "*"
Expand Down

0 comments on commit 75a180d

Please sign in to comment.