-
Since #95466 str_contains() is used with `null` instead of strings in a lot of cases throughout the core. This causes TypeErrors with symfony/polyfill-php80 < 1.23.1 (nighty composer-min stage). symfony/polyfill-php80 accounted for this case with v1.23.1, therefore the minimum requirement is raised. Also the missing requirement in EXT:core is added. composer require symfony/polyfill-php80:^1.23.1 composer require --no-update -d typo3/sysext/core \ symfony/polyfill-php80:^1.23.1 composer require --no-update -d typo3/sysext/form \ symfony/polyfill-php80:^1.23.1 Releases: master Resolves: #95619 Related: #95466 Change-Id: Iebabf2a9db2a3a3938b65ee2e27a5c65776007b8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71613 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org>
e96a5785