Skip to content
Snippets Groups Projects
Commit 4c00b8df authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Andreas Fernandez
Browse files

[BUGFIX] Require symfony/polyfill-php80 at least in version 1.16.0

Used commands:

    composer require symfony/polyfill-php80:^1.16
    composer require symfony/polyfill-php80:^1.16 \
        -d typo3/sysext/form --no-update

This fixes a composer min acceptance test failure, that chokes on the
function str_ends_with() not being available in a PHP 7.4 environment.

Resolves: #95110
Releases: master
Change-Id: I54d410adc7ad813dc3c840c4292ee9ec3df6f76c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70894


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent fdb6bcc2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment