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.05k stars 60 forks source link

Drop support for php < 8.1 #80

Closed greg0ire closed 1 year ago

greg0ire commented 1 year ago

I'm waiting on the outcome of the discussion on https://github.com/doctrine/lexer/pull/79 to decide what to do with this. If we still support PHP 7.1 on 2.0, it might be acceptable to bump to 2.0 on doctrine/orm "quickly" (in 2.15)

greg0ire commented 1 year ago

Blocked by https://github.com/doctrine/lexer/pull/96