psalm icon indicating copy to clipboard operation
psalm copied to clipboard

Wrong php version requirements for ^v6.5

Open rtwent opened this issue 5 months ago • 1 comments

For v6.5.0, the requirements are: https://github.com/vimeo/psalm/blob/38fc8444edf0cebc9205296ee6e30e906ade783b/composer.json#L22 But the runtime requirements are: https://github.com/vimeo/psalm/blob/38fc8444edf0cebc9205296ee6e30e906ade783b/src/Psalm/Internal/CliUtils.php#L547-L550

So, while Psalm installs on PHP 8.2.20, it cannot actually run.

rtwent avatar Dec 02 '25 14:12 rtwent

Hey @rtwent, can you reproduce the issue on https://psalm.dev? These will be used as phpunit tests when implementing the feature or fixing this bug.

psalm-github-bot[bot] avatar Dec 02 '25 14:12 psalm-github-bot[bot]