Skip to content

Commit

Permalink
[BUGFIX] Bump symfony/polyfill-mbstring to ^1.16
Browse files Browse the repository at this point in the history
ext:frontend uses the function mb_ord which is available since
symfony/polyfill-mbstring v1.16 and to avoid issue this dependency is
properly increased and also added to ext:frontend.

Composer commands used:
* composer require "symfony/polyfill-mbstring:^1.16"
* composer require --no-update -d typo3/sysext/core "symfony/polyfill-mbstring:^1.16"
* composer require --no-update -d typo3/sysext/frontend "symfony/polyfill-mbstring:^1.16"

Resolves: #95279
Releases: master, 10.4, 9.5
Change-Id: I31aa9affa936ae96d5a02ad846aa011fb89af75d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71127
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
gilbertsoft authored and bmack committed Sep 20, 2021
1 parent 3d40e8d commit eade14e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -78,7 +78,7 @@
"symfony/polyfill-intl-icu": "^1.6",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-intl-normalizer": "^1.22",
"symfony/polyfill-mbstring": "^1.2",
"symfony/polyfill-mbstring": "^1.16",
"symfony/polyfill-php80": "^1.16",
"symfony/property-access": "^5.3.0",
"symfony/property-info": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion 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/core/composer.json
Expand Up @@ -63,7 +63,7 @@
"symfony/polyfill-intl-icu": "^1.6",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-intl-normalizer": "^1.22",
"symfony/polyfill-mbstring": "^1.2",
"symfony/polyfill-mbstring": "^1.16",
"symfony/rate-limiter": "^5.3",
"symfony/routing": "^5.3.0",
"symfony/yaml": "^5.3.0",
Expand Down
1 change: 1 addition & 0 deletions typo3/sysext/frontend/composer.json
Expand Up @@ -20,6 +20,7 @@
},
"require": {
"ext-libxml": "*",
"symfony/polyfill-mbstring": "^1.16",
"typo3/cms-core": "11.5.*@dev"
},
"conflict": {
Expand Down

0 comments on commit eade14e

Please sign in to comment.