Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
Switch branch/tag
  • cms
  • composer.lock
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [TASK] Add support for PHP-CS-Fixer 3.0 · 81288cdf
    Benni Mack authored May 04, 2021
    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: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    81288cdf