annotations icon indicating copy to clipboard operation
annotations copied to clipboard

support nikic/php-parser > 4.0

Open talismandev opened this issue 4 years ago • 2 comments

Hello. Do you planning to support nikic/php-parser versions higher than 4.0 ?

Thanks.

talismandev avatar Jun 16 '21 15:06 talismandev

@marcioAlmada Can you tag a release with what is in master, that would make things usable for php 8.0

thewunder avatar Nov 03 '21 15:11 thewunder

For anyone looking to get this to work:

composer.json:

"minimum-stability": "dev"

cli:

composer require minime/annotations:master

csantosdev avatar Jan 23 '23 18:01 csantosdev