Psalm: PHP 8 installation fails due to dependency

Created on 23 Oct 2020  路  3Comments  路  Source: vimeo/psalm

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 webmozart/glob#19 - but no EST when this will be fixed.

Most helpful comment

Turns out it wasn't even being used...

All 3 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...

Was this page helpful?
0 / 5 - 0 ratings