-
Notifications
You must be signed in to change notification settings - Fork 660
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
PHP 8 installation fails due to dependency #4408
Comments
Hey @tux-rampage, can you reproduce the issue on https://psalm.dev ? |
I can make it instead a suggestion, with the enhanced glob functionality conditional on having that package. A minor setback tbh. |
Turns out it wasn't even being used... |
danog
pushed a commit
to danog/psalm
that referenced
this issue
Jan 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more an upstream bug, but psalm is not installable with composer on PHP8 at the moment.
It requires webmozart/glob which does not support PHP 8 by its composer php require constraint.
There is a PR on the required Package webmozarts/glob#19 - but no EST when this will be fixed.
The text was updated successfully, but these errors were encountered: