doctrine / lexer

Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
https://www.doctrine-project.org/projects/lexer.html
MIT License
11.07k stars 60 forks source link

Allow upgrading PHPStan again #61

Closed derrabus closed 2 years ago

derrabus commented 2 years ago

In #59, I by mistake removed the ^ from PHPStan's version constraint. I think, we don't want to update PHPStan manually here.