v3.0.0 RC1
Pre-release
Pre-release
·
60 commits
to refs/heads/master
since this release
What’s Changed
Since the plugin requires a lot of efforts to maintain different Laravel, PHP and Psalm versions, we decided to limit supported versions in this release. If you need support for other version ranges, please consider a PR or a donation to support the project.
- Support Psalm 6 @danog and @alies-dev
- Dump dependencies: drop Laravel 10 and PHP 8.1 support (#388). The minimum Laravel version is v11.35 @alies-dev
- More precise relationship detection @alies-dev
- Internal: better DX to run tests @alies-dev
- Internal: support
<failOnInternalError>true</failOnInternalError>Plugin config value to not suppress internal plugin errors (for better DX) @alies-dev
Full Changelog: v2.11.0...v3.0.0-rc1