mikeerickson / phpunit-pretty-result-printer

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
MIT License
1.2k stars 71 forks source link

Bump minimum requirement of codedungeon/php-cli-colors #116

Closed jyggen closed 6 years ago

jyggen commented 6 years ago

This PR bumps the minimum requirement of codedungeon/php-cli-colors to ^1.10.2 in order to prevent this package (and any package/project that depends on it) from crashing while running PHPUnit with lowest dependencies (--prefer-lowest).

Fatal error: Uncaught Error: Class 'Codedungeon\PHPCliColors\Color' not found in src/PrinterTrait.php on line 86

This PR also changes the Travis CI configuration so it tests the package against its highest and lowest dependencies to prevent similar errors from occuring in the future.

mikeerickson commented 6 years ago

@jyggen Thank you for PR, it has been merged and tagged