psalm
psalm copied to clipboard
Wrong php version requirements for ^v6.5
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.
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.