Skip to content
Snippets Groups Projects
Commit 81288cdf authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Add support for PHP-CS-Fixer 3.0

This change raises the dev dependency PHP-CS-Fixer
to 2.19 (forward-compatible to 3.0) and 3.0,
allowing to run PHP-CS-Fixer with PHP8.

This change adapts the config file to use
the latest syntax. Using PSR-12 will be
handled in a separate followup.

Used composer commands:
- composer req friendsofphp/php-cs-fixer:"^2.19 || ^3.0" --dev
- composer req friendsofphp/php-cs-fixer:"^2.19 || ^3.0" -d typo3/sysext/core --dev --no-update

Resolves: #94053
Releases: master, 10.4
Change-Id: I47d4ca1b09728599782883fb4958908446fd7cfe
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68989


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 3720fb09
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