Skip to content

5.26.1.1 - Support PHPUnit 11 via PHP-Parser 5

Latest
Compare
Choose a tag to compare
@onethumb onethumb released this 24 Dec 23:49
· 14 commits to 5.x since this release
360175b

5.26.1.1

PHPUnit 11 requires PHP-Parser 5, which conflicts with Psalm's released versions. Psalm has support for PHP-Parser 5 on 'master', but it's no-where near release. So I did my best to cherry-pick the bits that appear to make it work (static analysis also agrees). 🤞