wunderio / code-quality

List of tools that aims to help with static code quality inspection.
GNU General Public License v3.0
2 stars 5 forks source link

Fix Psalm #89

Open tormi opened 1 year ago

tormi commented 1 year ago

Seems like the current version used in this package is using an outdated vimeo/psalm:

Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
composer why webmozart/path-util
vimeo/psalm 4.30.0 requires webmozart/path-util (^2.3) 
hkirsman commented 1 month ago

In the latest Code Quality 3 we had to disable Psalm https://github.com/wunderio/code-quality/pull/97 because of dependency issues. Maybe we can enable it again by installing the dev version of Psalm