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

Use PSR-4 #9

Closed Nyholm closed 7 years ago

Nyholm commented 7 years ago

Sorry for bothering this super stable package. May I ask to consider to update to PSR-4?

Im using https://github.com/humbug/php-scoper which automatically rewrites the namespace before Im building a PHAR.

Nyholm commented 7 years ago

Thank you for merging.