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 the installation on PHP 7.1 #58

Closed derrabus closed 2 years ago

derrabus commented 2 years ago

Unless I missed something while skimming the code, this library does not use any features that aren't available on PHP 7.1 already. Lowering the minimum PHP version would in turn allow us to bump the minimal version of doctrine/lexer in the ORM.

greg0ire commented 2 years ago

Thanks @derrabus !