Skip to content

Releases: weerd/php-style

v1.2.0

15 Feb 00:34
40b26a5

Choose a tag to compare

Updates the PHP requirements in the composer.json to allow using in projects with PHP 8.0.

Also updates the GitHub actions to test the package out on a range of PHP versions.

v1.1.1

20 Aug 05:02

Choose a tag to compare

Quick style bug fix. 😅

v1.1.0

20 Aug 04:53

Choose a tag to compare

Added alternative versions of the existing rulesets, suffixed by *-prettier.php.

When Prettier PHP Plugin & PHP CS Fixer are used together, you could end up in scenario with conflicting rules that alternately correct each other, depending on when the rules are triggered. These new rulesets take into account Prettier's more opinionated code formatting rules and adjusts PHP CS Fixer rules so both tools do not conflict.

v1.0.1

08 Aug 20:31
8376625

Choose a tag to compare

Using GitHub action to self-check code style of package and updated Read Me with additional instructions.

v1.0.0

06 Aug 05:08

Choose a tag to compare

Initial release! ✨