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.
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...
Most helpful comment
Turns out it wasn't even being used...