php-semver-checker
php-semver-checker copied to clipboard
List files with parsing error as skipped
The current behavior of the compare command is to die upon parsing any invalid code, which is probably not what the average user wants.
compare should instead record the files which it wasn't able to properly parse and emit a notice to the user.