JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

Composer warning about JsonSerializable #125

Open akalongman opened 6 years ago

akalongman commented 6 years ago

On composer update there is a warning:

Warning: Ambiguous class resolution, "JsonSerializable" was found in both "/home/project/vendor/nesbot/carbon/src/JsonSerializable.php" and "/home/project/vendor/jakub-onderka/php-parallel-lint/./src/JsonSerializable.php", the first will be used.
akalongman commented 5 years ago

@JakubOnderka looks like its fixed via https://github.com/JakubOnderka/PHP-Parallel-Lint/commit/7d08f78b95860e9e6ceffafe9e620cc4ec9b1c75 when you plan to release the updated version?