All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2021-11-02
- PHPStan and Larastan 1.0 compatibility.
0.1.7 - 2021-06-29
- Require minimum Larastan version 0.7.6
- Fixed issue with
NoGlobalLaravelFunctionRule
- Fixed compatibility issue with latest Larastan versions.
- Allow wide range of orchestra/testbench dependency
0.1.4 - 2020-10-24
- Fixed compatibility issue with latest Larastan versions.
0.1.3 - 2020-09-01
- Added ability to define allowed global functions for the
NoGlobalLaravelFunctionRule
rule.
- Requires PHP 7.3 as minimum version.
0.1.2 - 2020-07-03
- Introduced
NoPropertyAccessorRule
to disallow defining and using property accessors in models.
0.1.1 - 2020-06-20
- New rule to disallow Eloquent local query scopes.
Initial release