packagist psalm/plugin-laravel v4.0.0-rc.2
v4.0 RC2 - Laravel 13

latest release: v4.0.0
19 hours ago

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 -W

If 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 -W

See Upgrading from v3 to v4 for details.

In this RC:

RC Changelog: v4.0.0-rc.1...v4.0.0-rc.2

Major Changelog: v3.1.5...v4.0.0-rc.2

4.0 GitHub Discussion

Don't miss a new plugin-laravel release

NewReleases is sending notifications on new releases.