psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
298 stars 69 forks source link

Integrate Psalm v5.24 #385

Closed alexweb closed 2 months ago

alexweb commented 2 months ago

Could you please integrate Psalm v5.24 https://github.com/vimeo/psalm/releases/tag/5.24.0 ? It has important bug fixes.

mr-feek commented 2 months ago

@alexweb the latest release of psalm-plugin-laravel requires "vimeo/psalm": "^5.20" https://github.com/psalm/psalm-plugin-laravel/blob/v2.11.0/composer.json#L30.

You should be able to manage the version of vimeo/psalm in your own project. Is there something preventing you from doing that successfully?

alexweb commented 2 months ago

Ah, sorry. They did a fix, but haven't released it yet: https://github.com/vimeo/psalm/pull/10935 I thought they did release it and you just don't use it in your plugin yet. Now I see you use the latest version, so we can close this ticket. Thanks for response