You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue while trying to use vimeo/psalm with PHP 8.4.1. It appears that the package currently supports PHP versions up to 8.3.x, but does not include support for PHP 8.4.
Here are the details of the issue:
Problem
When installing vimeo/psalm, I get the following error:
vimeo/psalm[5.0.0, ..., 5.13.1] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.4.1) does not satisfy that requirement.
vimeo/psalm[5.14.0, ..., 5.26.1] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
Are there plans to add support for PHP 8.4?
If so, is there a timeline for when this might be implemented?
Hey @sandunMadhushan, can you reproduce the issue on https://psalm.dev? These will be used as phpunit tests when implementing the feature or fixing this bug.
I am encountering an issue while trying to use vimeo/psalm with PHP 8.4.1. It appears that the package currently supports PHP versions up to 8.3.x, but does not include support for PHP 8.4.
Here are the details of the issue:
Problem
When installing vimeo/psalm, I get the following error:
Are there plans to add support for PHP 8.4?
If so, is there a timeline for when this might be implemented?
Environment
PHP Version: 8.4.1
Composer Version: 2.8.4
Vimeo Psalm Version: 5.x.x (latest)
The text was updated successfully, but these errors were encountered: