psalm / psalm-plugin-doctrine

Stubs to let Psalm understand Doctrine better
86 stars 43 forks source link

Fix CI issues #120

Closed AndrolGenhald closed 2 years ago

AndrolGenhald commented 2 years ago

This adds a requirement for phpstan/phpdoc-parser to ~1.5.0 to prevent installing 1.6 which causes a crash due to slevomat/coding-standard#1379. Once doctrine/coding-standard has a new 9.0.x release (that requires slevomat/coding-standard ^8 with the fix), that should become the minimum for that package and the phpstan/phpdoc-parser requirement should be removed.

orklah commented 2 years ago

Thanks!