typo3/coding-standards
A set of coding guidelines for any TYPO3-related project or extension
v0.9.0
3.3M downloads/mo
#2752 most downloaded on Packagist
TYPO3/coding-standards
What this package is like to depend on
Last release 1 months ago
24 Jul 2026
Release timing varies
gaps range from 4 weeks to 2.1 years
Nearly every release is documented
notes for 16 of 16 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
16 releases · first in 2019
1 release in the last 12 months
see the full history below
Release timeline
16 releases · Nov 2019 to Jul 2026Releases
latest 16-
v0.9.024 Jul 2026Release notes
Open source →What's Changed
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions[bot] in #135
- [TASK] Update upload action by @ochorocho in #139
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions[bot] in #137
- [TASK] Update upload action by @ochorocho in #140
- [TASK] Sync php-cs-fixer rules with the latest TYPO3 Core version by @smichaelsen in #142
- [TASK] Ensure this package gets installed as dev dependency by @oliverklee in #144
- [TASK] Sync php-cs-fixer rules with the latest TYPO3 Core version by @oliverklee in #143
- [TASK] Sync
.editorconfigwith the latest TYPO3 Core version by @oliverklee in #145 - [TASK] Drop broken CI workflow by @oliverklee in #150
- [TASK] Allow Symfony 8.0 by @oliverklee in #148
- [TASK] Sync rule with the Core and switch to @PER-CS3x0 by @oliverklee in #147
- [TASK] Update and pin the development dependencies by @oliverklee in #149
New Contributors
- @smichaelsen made their first contribution in #142
Full Changelog: v0.8.0...v0.9.0
-
v0.8.003 Jun 2024Release notes
Open source →What's Changed
- [TASK] Set TYPO3 Coding Standards version to 0.8.0 by @gilbertsoft in #80
- [TASK] Add TYPO3 Code of Conduct by @gilbertsoft in #81
- [BUGFIX] Require a PHP-CS-Fixer version that support the PER standard by @oliverklee in #83
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in #89
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in #90
- [TASK] Update to phpunit 10 by @bmack in #91
- [TASK] Update to PHPUnit 10.1 and PHP 8.1 followup by @bmack in #92
- [TASK] Apply rector changes by @gilbertsoft in #95
- [TASK] Remove Symfony 4 support by @gilbertsoft in #96
- [TASK] Add tests for abstract Command class by @gilbertsoft in #97
- [TASK] Allow PHP-CS to run on nightly builds by @gilbertsoft in #98
- [TASK] Apply new CS rules and minor cleanups by @gilbertsoft in #99
- [BUGFIX] Fix return types of CsFixerConfig by @gilbertsoft in #100
- [TASK] Update year in headers by @gilbertsoft in #101
- [TASK] Enable strict coverage metadata by @gilbertsoft in #103
- [TASK] Cleanup bootstrap by @gilbertsoft in #102
- [TASK] Simplify SetupCommand implementation by @gilbertsoft in #104
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in #93
- [BUGFIX] Synchronization of .editorconfig by @gilbertsoft in #105
- [BUGFIX] Synchronization of .editorconfig again by @gilbertsoft in #107
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in #106
- [TASK] Add branch support for core synchronization by @gilbertsoft in #109
- [BUGFIX] Fix branch support for core synchronization by @gilbertsoft in #113
- [TASK] Reformat default PHP-CS-Fixer configuration by @mbrodala in #118
- [BUGFIX] Skip system/settings.php by @mbrodala in #117
- [TASK] Update CI by @ochorocho in #121
- [TASK] Add PHP 8.3 to version matrix in CI workflow by @eliashaeussler in #122
- [FEATURE] Add support for Symfony v7 components by @eliashaeussler in #119
- [TASK] Raise coding-standards minimum package by @bmack in #123
- [TASK] Do not run PHPStan with unstable PHP versions by @oliverklee in #129
- [TASK] Only use released version of development dependencies by @oliverklee in #131
- [TASK] Drop support for Symfony 5 by @oliverklee in #130
- [TASK] Bump the copyright year by @oliverklee in #128
- [TASK] Upgrade the GitHub Actions by @oliverklee in #127
- [BUGFIX] Be more lenient when checking the output in a string by @oliverklee in #126
- [TASK] Update the PHPStan packages by @oliverklee in #132
- [TASK] Update rules by @bmack in #133
- [BUGFIX] Fix a cache directory name in the
.gitignoreby @oliverklee in #134
New Contributors
- @oliverklee made their first contribution in #83
- @bmack made their first contribution in #91
- @mbrodala made their first contribution in #118
- @ochorocho made their first contribution in #121
Full Changelog: v0.7.0...v0.8.0
Release notes
Open source →🐞 Bug Fixes
- [BUGFIX] Support symfony/console 8.0 by @bmack
- [BUGFIX] Resolve PHPStan errors by @bmack
- [BUGFIX] Adapt rule count assertion to the @PER-CS3x0 rule set by @bmack
🧰 Maintenance
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/135
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/137
- [TASK] Update upload action by @ochorocho in https://github.com/TYPO3/coding-standards/pull/139
- [TASK] Update upload action by @ochorocho in https://github.com/TYPO3/coding-standards/pull/140
- [TASK] Sync php-cs-fixer rules with the latest TYPO3 Core version by @smichaelsen in https://github.com/TYPO3/coding-standards/pull/142
- [TASK] Sync php-cs-fixer rules with the latest TYPO3 Core version by @oliverklee in https://github.com/TYPO3/coding-standards/pull/143
- [TASK] Ensure this package gets installed as dev dependency by @oliverklee in https://github.com/TYPO3/coding-standards/pull/144
- [TASK] Sync
.editorconfigwith the latest TYPO3 Core version by @oliverklee in https://github.com/TYPO3/coding-standards/pull/145 - [!!!][TASK] Sync rule with the Core and switch to @PER-CS3x0 by @oliverklee in https://github.com/TYPO3/coding-standards/pull/147
- [TASK] Allow Symfony 8.0 by @oliverklee in https://github.com/TYPO3/coding-standards/pull/148
- [TASK] Update and pin the development dependencies by @oliverklee in https://github.com/TYPO3/coding-standards/pull/149
- [TASK] Drop broken CI workflow by @oliverklee in https://github.com/TYPO3/coding-standards/pull/150
- [TASK] Remove the Core Synchronization workflow by @bmack
- [!!!][TASK] Remove deprecated Setup::forProject() and forExtension() by @bmack
- [!!!][TASK] Raise the minimum PHP version to 8.2 by @bmack
📖 Documentation
- [DOCS] Backfill v0.8.0 changelog entry and fix broken links by @bmack
⚠ Breaking
- [!!!][TASK] Sync rule with the Core and switch to @PER-CS3x0 by @oliverklee in https://github.com/TYPO3/coding-standards/pull/147
- [!!!][TASK] Remove deprecated Setup::forProject() and forExtension() by @bmack
- [!!!][TASK] Raise the minimum PHP version to 8.2 by @bmack
-
v0.7.120 Dec 2022Release notes
Open source →What's Changed
- [BUGFIX] Require a PHP-CS-Fixer version that support the PER standard by @oliverklee in #83
- [RELEASE] Release of TYPO3 Coding Standards 0.7.1 by @gilbertsoft in #87
New Contributors
- @oliverklee made their first contribution in #83
Full Changelog: v0.7.0...v0.7.1
-
v0.7.019 Dec 2022Release notes
Open source →What's Changed
- [TASK] Set TYPO3 Coding Standards version to 0.7.0 by @gilbertsoft in #76
- [!!!][TASK] Increase PHP requirements to 8.0+ by @gilbertsoft in #75
- [TASK] Remove Composer v1 tests by @gilbertsoft in #78
- [!!!][TASK] Remove deprecated commands by @gilbertsoft in #77
- [!!!][TASK] Sync files with the latest TYPO3 Core version by @github-actions in #53
- [RELEASE] Release of TYPO3 Coding Standards 0.7.0 by @gilbertsoft in #79
Full Changelog: v0.6.0...v0.7.0
Release notes
Open source →🚀 Features
- [FEATURE] Add support for Symfony v7 components by @eliashaeussler in https://github.com/TYPO3/coding-standards/pull/119
🐞 Bug Fixes
- [BUGFIX] Require a PHP-CS-Fixer version that support the PER standard by @oliverklee in https://github.com/TYPO3/coding-standards/pull/83
- [BUGFIX] Fix return types of CsFixerConfig by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/100
- [BUGFIX] Synchronization of .editorconfig by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/105
- [BUGFIX] Synchronization of .editorconfig again by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/107
- [BUGFIX] Fix branch support for core synchronization by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/113
- [BUGFIX] Skip system/settings.php by @mbrodala in https://github.com/TYPO3/coding-standards/pull/117
- [BUGFIX] Be more lenient when checking the output in a string by @oliverklee in https://github.com/TYPO3/coding-standards/pull/126
- [BUGFIX] Fix a cache directory name in the
.gitignoreby @oliverklee in https://github.com/TYPO3/coding-standards/pull/134
🧰 Maintenance
- [TASK] Set TYPO3 Coding Standards version to 0.8.0 by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/80
- [TASK] Add TYPO3 Code of Conduct by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/81
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/89
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/90
- [TASK] Update to phpunit 10 by @bmack in https://github.com/TYPO3/coding-standards/pull/91
- [TASK] Update to PHPUnit 10.1 and PHP 8.1 followup by @bmack in https://github.com/TYPO3/coding-standards/pull/92
- [TASK] Apply rector changes by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/95
- [TASK] Remove Symfony 4 support by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/96
- [TASK] Add tests for abstract Command class by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/97
- [TASK] Allow PHP-CS to run on nightly builds by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/98
- [TASK] Apply new CS rules and minor cleanups by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/99
- [TASK] Update year in headers by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/101
- [TASK] Cleanup bootstrap by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/102
- [TASK] Enable strict coverage metadata by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/103
- [TASK] Simplify SetupCommand implementation by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/104
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/93
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/106
- [TASK] Add branch support for core synchronization by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/109
- [TASK] Reformat default PHP-CS-Fixer configuration by @mbrodala in https://github.com/TYPO3/coding-standards/pull/118
- [TASK] Update CI by @ochorocho in https://github.com/TYPO3/coding-standards/pull/121
- [TASK] Add PHP 8.3 to version matrix in CI workflow by @eliashaeussler in https://github.com/TYPO3/coding-standards/pull/122
- [TASK] Raise coding-standards minimum package by @bmack in https://github.com/TYPO3/coding-standards/pull/123
- [TASK] Do not run PHPStan with unstable PHP versions by @oliverklee in https://github.com/TYPO3/coding-standards/pull/129
- [TASK] Only use released version of development dependencies by @oliverklee in https://github.com/TYPO3/coding-standards/pull/131
- [TASK] Drop support for Symfony 5 by @oliverklee in https://github.com/TYPO3/coding-standards/pull/130
- [TASK] Bump the copyright year by @oliverklee in https://github.com/TYPO3/coding-standards/pull/128
- [TASK] Upgrade the GitHub Actions by @oliverklee in https://github.com/TYPO3/coding-standards/pull/127
- [TASK] Update the PHPStan packages by @oliverklee in https://github.com/TYPO3/coding-standards/pull/132
- [TASK] Update rules by @bmack in https://github.com/TYPO3/coding-standards/pull/133
-
v0.6.120 Dec 2022Release notes
Open source →What's Changed
- [BUGFIX] Require a PHP-CS-Fixer version that support the PER standard by @oliverklee in #83
- [BUGFIX] Restore PHP 7.2 compatibility by @gilbertsoft in #85
- [RELEASE] Release of TYPO3 Coding Standards 0.6.1 by @gilbertsoft in #86
New Contributors
- @oliverklee made their first contribution in #83
Full Changelog: v0.6.0...v0.6.1
-
v0.6.019 Dec 2022Release notes
Open source →What's Changed
- [TASK] Proper creation of inherited classes by @gilbertsoft in #52
- [TASK] Preparations for automatic release workflow by @gilbertsoft in #54
- [TASK] Add Rector script and configuration by @gilbertsoft in #56
- [TASK] Run scripts with Composer's PHP version by @gilbertsoft in #57
- [TASK] Apply Rector changes by @gilbertsoft in #58
- [TASK] Optimize CI workflow by @gilbertsoft in #59
- [TASK] Run scripts with Composer's PHP version by @gilbertsoft in #60
- [TASK] Allow updates of composer/package-versions-deprecated by @gilbertsoft in #61
- [FEATURE] Symfony console application by @gilbertsoft in #39
- [TASK] Update changed type hint by @gilbertsoft in #65
- [TASK] Update config location by @gilbertsoft in #66
- [TASK] Update core synchronization regex by @gilbertsoft in #67
- [TASK] Sync files with the latest TYPO3 Core version by @gilbertsoft in #68
- [DOCS] Provide changelog by @gilbertsoft in #62
- [TASK] Change PHP version for PHP CS job by @gilbertsoft in #70
- [TASK] Replace deprecated set-output command by @gilbertsoft in #71
- [TASK] Update actions by @gilbertsoft in #72
- [TASK] Include skip-changelog label in semver check by @gilbertsoft in #74
- [RELEASE] Release of TYPO3 Coding Standards 0.6.0 by @gilbertsoft in #73
Full Changelog: v0.5.5...v0.6.0
Release notes
Open source →🧰 Maintenance
- [!!!][TASK] Increase PHP requirements to 8.0+ by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/75
- [TASK] Remove Composer v1 tests by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/78
- [!!!][TASK] Remove deprecated commands by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/77
- [!!!][TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/53
⚠ Breaking
- [!!!][TASK] Increase PHP requirements to 8.0+ by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/75
- [!!!][TASK] Remove deprecated commands by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/77
- [!!!][TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/53
Full Changelog: https://github.com/TYPO3/coding-standards/compare/v0.6.0...v0.7.0
v0.6.0 - 2022-12-19
-
v0.5.512 Aug 2022Release notes
Open source →🚀 Features
- [FEATURE] Symfony console application by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/39
🧰 Maintenance
- [TASK] Proper creation of inherited classes by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/52
- [TASK] Preparations for automatic release workflow by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/54
- [TASK] Add Rector script and configuration by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/56
- [TASK] Run scripts with Composer's PHP version by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/57
- [TASK] Apply Rector changes by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/58
- [TASK] Optimize CI workflow by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/59
- [TASK] Run scripts with Composer's PHP version by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/60
- [TASK] Allow updates of composer/package-versions-deprecated by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/61
- [TASK] Update changed type hint by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/65
- [TASK] Update config location by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/66
- [TASK] Update core synchronization regex by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/67
- [TASK] Sync files with the latest TYPO3 Core version by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/68
- [TASK] Change PHP version for PHP CS job by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/70
- [TASK] Replace deprecated set-output command by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/71
- [TASK] Update actions by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/72
- [TASK] Include skip-changelog label in semver check by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/74
📖 Documentation
- [DOCS] Provide changelog by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/62
⚠ Breaking
- [FEATURE] Symfony console application by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/39
Full Changelog: https://github.com/TYPO3/coding-standards/compare/v0.5.5...v0.6.0
v0.5.5 - 2022-08-12
Removed breaking CS-Fixer rules.
-
v0.5.409 Aug 2022Release notes
Open source →🐞 Bug Fixes
- [BUGFIX] Remove modernize_strpos by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/49
🧰 Maintenance
- [TASK] Expose default cs-fixer configuration by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/47
- [TASK] Remove binary from coverage by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/48
- [TASK] Reduce PHPStan tests by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/50
- [TASK] Enable treatPhpDocTypesAsCertain by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/51
Full Changelog: https://github.com/TYPO3/coding-standards/compare/v0.5.4...v0.5.5
v0.5.4 - 2022-08-09
New CS-Fixer rules.
-
v0.5.301 Jul 2022Release notes
Open source →🐞 Bug Fixes
- [BUGFIX] Return self to properly support code completion by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/36
🧰 Maintenance
- [TASK] Sync files with the latest TYPO3 Core version by @github-actions in https://github.com/TYPO3/coding-standards/pull/34
- [TASK] Allow any composer tool by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/37
- [TASK] Update copyright by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/38
- [TASK] Update DDEV and debug config by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/40
- [TASK] Optimize CI and add coverage report by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/41
- [TASK] Rename branch-alias from master to main by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/43
- [TASK] Fix nightly CI matrix by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/45
📖 Documentation
- [DOCS] Clarify the usage of the
-foption by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/42
-
v0.5.209 Apr 2022Release notes
Open source →🐞 Bug Fixes
- [BUGFIX] Avoid yoda-style conditions in PHP by @eliashaeussler in https://github.com/TYPO3/coding-standards/pull/31
🧰 Maintenance
- [TASK] Disable daily core synchronization by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/30
-
v0.5.105 Apr 2022Release notes
Open source →🧰 Maintenance
- [TASK] Use recommended naming for config by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/21
- [TASK] Sync .editorconfig template by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/29
Full Changelog: https://github.com/TYPO3/coding-standards/compare/v0.5.1...v0.5.2
v0.5.1 - 2022-04-05
Enhanced .editorconfig.
-
v0.5.016 Nov 2021Release notes
Open source →🧰 Maintenance
- [TASK] Complete composer manifest by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/22
- [TASK] Add PHP 8.1 and nightly to CI by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/26
- [TASK] Sync .editorconfig with the latest TYPO3 Core version by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/28
📖 Documentation
- [DOCS] Update README.md with dev hints by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/20
- [DOCS] Move warning about core synchronization by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/23
- [DOCS] Fix wrong folder by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/24
- [DOCS] Add YouTube link to README.md by @marble in https://github.com/TYPO3/coding-standards/pull/25
-
v0.4.015 Oct 2021Release notes
Open source →🚀 Features
- [FEATURE] Provide setup binary through composer by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/10
🐞 Bug Fixes
- [BUGFIX] Bump minimal requirements to support PHP 8.1 by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/19
🧰 Maintenance
- [TASK] Introduce CI workflow by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/11
- [TASK] Update php-cs-fixer project defaults by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/18
- [TASK] Automate updates from core by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/17
Full Changelog: https://github.com/TYPO3/coding-standards/compare/v0.4.0...v0.5.0
v0.4.0 - 2021-10-22
This release supports PHP-CS-Fixer 3 and creates
.php-cs-fixer.phpnow for configuration. -
v0.3.004 Mar 2021Release notes
Open source →🐞 Bug Fixes
- [BUGFIX] Optimize search for autoloader by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/6
- [BUGFIX] Search for autoloader by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/9
🧰 Maintenance
- [TASK] Synchronize rules with TYPO3 Core by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/7
- [TASK] Apply MD styles by @gilbertsoft in https://github.com/TYPO3/coding-standards/pull/8
- [TASK] Upgrade to friendsofphp/php-cs-fixer 3.0 by @simonschaufi in https://github.com/TYPO3/coding-standards/pull/5
-
v0.2.013 Jul 2020Release notes
Open source →🧰 Maintenance
- [TASK] Remove warning and error from .editorconfig.dist by @brotkrueml in https://github.com/TYPO3/coding-standards/pull/2
- [TASK] Allow PHP 8 by @lolli42 in https://github.com/TYPO3/coding-standards/pull/4
-
v0.1.023 Nov 2019Release notes
Open source →🧰 Maintenance
- [TASK] Align coding guidelines with latest TYPO3 Core master by @bmack
Full Changelog: https://github.com/TYPO3/coding-standards/compare/v0.1.0...v0.2.0
v0.1.0 - 2019-11-23
First release with initial release.