Releases: diablomedia/php-cs-fixer-config
Releases · diablomedia/php-cs-fixer-config
3.0.1 - Dependency Fix
PHP 8.3 Ready - Updated Ergebnis library
The update to the Ergebnis changes how these config classes are defined, which does change how they're called.
We could wrap the call and keep the API the same, but seems easiest to just bump the major version and update other packages as possible.
Allowing newer versions of PHPCSFixer
2.1.1 Preparing for PHP 8.2 (#3)
Adding PHP 8.0 and 8.1 configs, allowing new php-cs-fixer version
This release adds two new configs for PHP 8.0 and 8.1 and also bumps the allowed versions of the underlying ergebnis/php-cs-fixer-config
package so that php-cs-fixer 3.x can be used.
Updated Config and adding PHP 7.4 config
Merge pull request #1 from diablomedia/style-update Style update
Ternary to null coalescing
1.0.4 adding ternary_to_null_coalescing fixer
Add psr0 Rule
1.0.3 adding psr0 fixer, alphabetizing
Rule Update
1.0.1 Adding some more default rules
First Release
Initial release of shared php-cs-fixer-config for our projects.