Larastan 3.0 🥳
This release adds compability with PHPStan 2 and drops support for Laravel versions < 11
Please make sure you read the both PHPStan's and Larastan's upgrade guides!
Notable changes:
- Added support for PHPStan 2
- Dropped support for Laravel versions <11
- Dropped support for automatically adding generic return types for relations. Read the upgrade guide for more info.
- Removed some PHPStan config options. If you want the same behavior as before, you can add them back yourselves.
- Made some rules enabled by default.