Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PHP 8.4 in Vimeo Psalm #11194

Open
sandunMadhushan opened this issue Dec 29, 2024 · 2 comments
Open

Support for PHP 8.4 in Vimeo Psalm #11194

sandunMadhushan opened this issue Dec 29, 2024 · 2 comments

Comments

@sandunMadhushan
Copy link

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:

  • Root composer.json requires vimeo/psalm ^5 -> satisfiable by vimeo/psalm[5.0.0, ..., 5.26.1].
  • 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?

Environment
PHP Version: 8.4.1
Composer Version: 2.8.4
Vimeo Psalm Version: 5.x.x (latest)

Copy link

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.

@danog
Copy link
Collaborator

danog commented Dec 29, 2024

Please require dev-master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants