Releases: SynergiTech/laravel-coding-standards
Releases · SynergiTech/laravel-coding-standards
v2.0.1
What's Changed
- Force test function names to always be camel by @williamrenfrew in #14
- AI guidelines override for pint by @whoboy2 in #13
Full Changelog: v2.0.0...v2.0.1
v2.0.0
We saw that composer occasionally chose to not install the binary because both this package and pint itself provided the same named binary. We no longer specify binaries so you must always use the full path as directed in the readme. This is a Backwards Incompatible Change.
We also tweaked the scripts so they run on sh and not bash to help with running in alpine containers.
What's Changed
- british by @edenchazard in #6
- Removing bash dependencies by @whoboy2 in #10
- Fix author email by @whoboy2 in #11
- Update pint.json and add phpcs as an option for comparison by @willpower232 in #8
- we can't supply binaries for composer conflict reasons by @willpower232 in #12
New Contributors
- @edenchazard made their first contribution in #6
- @whoboy2 made their first contribution in #10
- @willpower232 made their first contribution in #8
Full Changelog: v1.1.0...v2.0.0
v1.1.0
v1.0.0
Implement Laravel Pint coding standards Composer package with configu…
v0.0.1-beta
Implement Laravel Pint coding standards Composer package with configu…