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

Required new version tag for php 7.1 #42

Closed vgarun84 closed 4 years ago

vgarun84 commented 4 years ago

can you pls make one tag at https://packagist.org/ for php7.1 at this commit id https://github.com/doctrine/lexer/commit/db47018871229c8287a31d1520c62ce400ddcae8

Many applications still running in symfony3.4 and php 7.1

alcaeus commented 4 years ago

Old versions still exist and can still be installed. The commit you reference simply updates the list of maintained branches on our website. Support for PHP 7.1 has been dropped in #28 and subsequently released as 1.1.0. If you want to use PHP 7.1, 1.0.2 will be installed by composer.