Skip to content

Releases: weerd/php-style

v1.2.0

Choose a tag to compare

@weerd weerd released this 15 Feb 00:34
40b26a5

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

Choose a tag to compare

@weerd weerd released this 20 Aug 05:02

Quick style bug fix. 😅

v1.1.0

Choose a tag to compare

@weerd weerd released this 20 Aug 04:53

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

Choose a tag to compare

@weerd weerd released this 08 Aug 20:31
8376625

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

v1.0.0

Choose a tag to compare

@weerd weerd released this 06 Aug 05:08

Initial release! ✨