Before phpCompatInfo 5.3.0, we used version 3.x of nikic/php-parser package that have PHP bounded context from version 5.2 to 7.2
By upgrading in 5.3.0 to constraint 4.x (4.5.0 or better) the bounded context is now from version 5.2 to 7.4. So we can detect all PHP 5 and 7 features.
When running analyser:run command of phpCompatInfo in src/ folder we get wrong results.
Before phpCompatInfo 5.3.0, we used version 3.x of nikic/php-parser package that have PHP bounded context from version 5.2 to 7.2
By upgrading in 5.3.0 to constraint 4.x (4.5.0 or better) the bounded context is now from version 5.2 to 7.4. So we can detect all PHP 5 and 7 features.
When running
analyser:run
command of phpCompatInfo insrc/
folder we get wrong results.Actual:
Expected at least: