Skip to content
Snippets Groups Projects
Commit b8d04909 authored by Stefan Bürk's avatar Stefan Bürk Committed by Christian Kuhn
Browse files

[TASK] Remove PHP 8.0 and PHP 8.1 polyfills from ext:core

With #96749 superflous polyfills has been removed from root
composer.json. This patch removes missed occurrences in the
composer.json of ext:core.

used command:

> composer rem symfony/polyfill-php80 -d typo3/sysext/core \
  --no-update
> composer rem symfony/polyfill-php81 -d typo3/sysext/core \
  --no-update

Resolves: #96756
Related: #96749
Releases: main
Change-Id: I8205b898b4a11af5d00f7aea425a5abba3803ba3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73314


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 0e4d8a0f
No related merge requests found
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