Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
  • typo3
  • Build
  • testing-docker
  • local
  • docker-compose.yml
Find file Blame History Permalink
  • benni's avatar
    [TASK] Add support for PHP-CS-Fixer 3.0 · 81288cdf
    benni 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: 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>
    81288cdf