We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
by requiring ocramius/package-versions, psalm can not be installed with composer 2 and php < 7.4.
ocramius/package-versions
composer 2
ocramius/package-versions < 1.8 are not compatible with composer 2 ocramius/package-versions >= 1.8 requires > php 7.4
The text was updated successfully, but these errors were encountered:
Hey @jderusse, can you reproduce the issue on https://psalm.dev ?
Sorry, something went wrong.
As a workaround, you should be able to require composer/package-versions-deprecated which replaces ocramius/package-versions.
composer/package-versions-deprecated
Use composer/package-versions-deprecated instead of ocramius/package-…
45e1eb3
…versions It allows wider range of PHP versions in addition to supporting both Composer v1 and v2 Fixes vimeo#3844
56047dd
…versions (#3846) It allows wider range of PHP versions in addition to supporting both Composer v1 and v2 Fixes #3844
weirdan
Successfully merging a pull request may close this issue.
by requiring
ocramius/package-versions
, psalm can not be installed withcomposer 2
and php < 7.4.ocramius/package-versions
< 1.8 are not compatible with composer 2ocramius/package-versions
>= 1.8 requires > php 7.4The text was updated successfully, but these errors were encountered: