Skip to content

Releases: diablomedia/php-cs-fixer-config

3.0.1 - Dependency Fix

03 Dec 23:00
e46b020
Compare
Choose a tag to compare

There was an implicit dependency in the 3.0.0 release which caused some issues in some situations. Fixing that and dropping PHP 7.4 support (as well as the 7.4 ruleset).

PHP 8.3 Ready - Updated Ergebnis library

05 Jun 19:59
d580f59
Compare
Choose a tag to compare

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

27 Apr 00:08
dffc3c3
Compare
Choose a tag to compare
2.1.1

Preparing for PHP 8.2 (#3)

Adding PHP 8.0 and 8.1 configs, allowing new php-cs-fixer version

06 Dec 18:45
09e2d6d
Compare
Choose a tag to compare

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

17 Mar 20:42
7aadf72
Compare
Choose a tag to compare
Merge pull request #1 from diablomedia/style-update

Style update

Ternary to null coalescing

14 Nov 22:53
Compare
Choose a tag to compare
1.0.4

adding ternary_to_null_coalescing fixer

Add psr0 Rule

15 Oct 21:54
Compare
Choose a tag to compare
1.0.3

adding psr0 fixer, alphabetizing

Rule Update

11 Oct 19:31
Compare
Choose a tag to compare
1.0.1

Adding some more default rules

First Release

11 Oct 18:52
Compare
Choose a tag to compare

Initial release of shared php-cs-fixer-config for our projects.