Releases: netsells/code-standards-laravel
Releases · netsells/code-standards-laravel
v1.2.1
What's Changed
- hotfix: php_unit_method_casing setting by @bensherred in #5
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
v1.1.1
What's Changed
- chore: update larastan package by @bensherred in #2
New Contributors
- @bensherred made their first contribution in #2
Full Changelog: v1.1.0...v1.1.1
PHP 8.2 support and Laravel Pint rules
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
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
Initial release of our code standards, using Laravel Shift styles out of the box.