Releases: TYPO3/coding-standards
Releases · TYPO3/coding-standards
[RELEASE] Add compatibility for PHP 8.1
This version now supports PHP 8.1 and is synchronized with the core editorconfig. Also, the php-cs-fixer template for projects has been adjusted to scan src
instead of src/extensions
. Finally, the setup script has been renamed to typo3-coding-standards
and is provided as a Composer binary. See README.md for more information on how to use it.
What's Changed
- [FEATURE] Provide setup binary through composer by @gilbertsoft in #10
- [TASK] Introduce CI workflow by @gilbertsoft in #11
- [TASK] Update php-cs-fixer project defaults by @gilbertsoft in #18
- [TASK] Automate updates from core by @gilbertsoft in #17
- [BUGFIX] Bump minimal requirements to support PHP 8.1 by @gilbertsoft in #19
Full Changelog: v0.4.0...v0.5.0
[RELEASE] Use PHP-CS-Fixer 3.x and new .php-cs-fixer.php config
This release supports PHP-CS-Fixer 3 and creates .php-cs-fixer.php
now for configuration.
What's Changed
- [BUGFIX] Optimize search for autoloader by @gilbertsoft in #6
- [TASK] Synchronize rules with TYPO3 Core by @gilbertsoft in #7
- [TASK] Apply MD styles by @gilbertsoft in #8
- [BUGFIX] Search for autoloader by @gilbertsoft in #9
- [TASK] Upgrade to friendsofphp/php-cs-fixer 3.0 by @simonschaufi in #5
New Contributors
- @simonschaufi made their first contribution in #5
- @gilbertsoft made their first contribution in #6
Full Changelog: v0.3.0...v0.4.0
[RELEASE] Add compatibility for PHP 8.0
What's Changed
- [TASK] Remove warning and error from .editorconfig.dist by @brotkrueml in #2
- [TASK] Allow PHP 8 by @lolli42 in #4
New Contributors
- @brotkrueml made their first contribution in #2
- @lolli42 made their first contribution in #4
Full Changelog: v0.2.0...v0.3.0
[RELEASE] Adapt TYPO3 Core guidelines & PSR-12 support
[RELEASE] First beta release
First release with initial release.