What’s Changed
See v4.0.0 Beta 1 release for full list of major changes
Migration guide
composer require --dev psalm/plugin-laravel:^4.0@beta -WIf you have "minimum-stability": "stable", and got Your requirements could not be resolved to an installable set of packages.: error
composer config minimum-stability beta
composer config prefer-stable true
composer require --dev vimeo/psalm:^7.0@beta psalm/plugin-laravel:^4.0@RC -WSee Upgrading from v3 to v4 for details.
In this RC:
- Add documentation pages for custom plugin custom issues (#465) @alies-dev
RC Changelog: v4.0.0-rc.1...v4.0.0-rc.2
Major Changelog: v3.1.5...v4.0.0-rc.2