TYPO3 / coding-standards

TYPO3 Coding Standards to be used by TYPO3 projects or extensions
MIT License
52 stars 16 forks source link

[BUGFIX] Require a PHP-CS-Fixer version that support the PER standard #83

Closed oliverklee closed 1 year ago

oliverklee commented 1 year ago

We recently switch from PSR-2 to PER as our base coding standard.

As this standard got introduced in PHP-CS-Fixer 3.11.0, we need that have this version as the minimum required version.

Fixes #82