Skip to content

Releases: netsells/code-standards-laravel

v1.2.1

11 Jan 16:40
6e3c4d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Jan 16:32
30e9fd1
Compare
Choose a tag to compare

What's Changed

  • feat: set php unit method casing to snake case by @bensherred in #4

Full Changelog: v1.1.2...v1.2.0

v1.1.2

07 Dec 10:50
c6373ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

05 Dec 10:31
e7fc903
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

PHP 8.2 support and Laravel Pint rules

18 Apr 08:47
0ff34a7
Compare
Choose a tag to compare

Changes

  • Bumps minimum PHP CS Fixer version
  • Changes rules to be based on Laravel Pint defaults
  • Adds 'PHP 8.2' ruleset to make PHP upgrades easier

Fix for github action workflows

22 Feb 13:09
Compare
Choose a tag to compare

We cannot dynamically add new workflows to github actions from within a github action itself without extra permissions. This functionality has been moved to laravel project template repo instead.

Initial full release

22 Feb 12:42
Compare
Choose a tag to compare

Initial release of our code standards, using Laravel Shift styles out of the box.