Skip to content

Releases: TYPO3/coding-standards

[RELEASE] Add compatibility for PHP 8.1

16 Nov 11:43
99657c0
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.5.0

[RELEASE] Use PHP-CS-Fixer 3.x and new .php-cs-fixer.php config

22 Oct 13:01
f9efebf
Compare
Choose a tag to compare

This release supports PHP-CS-Fixer 3 and creates .php-cs-fixer.php now for configuration.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

[RELEASE] Add compatibility for PHP 8.0

04 Mar 09:22
71f4921
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

[RELEASE] Adapt TYPO3 Core guidelines & PSR-12 support

13 Jul 15:20
Compare
Choose a tag to compare

[RELEASE] First beta release

23 Nov 10:40
Compare
Choose a tag to compare

First release with initial release.