matthiasnoback / live-code-coverage

Generate code coverage reports on a live server
MIT License
116 stars 9 forks source link

Add support PHPUnit 8 #9

Closed pamil closed 5 years ago

pamil commented 5 years ago

Dropped support for PHP 5.6 and 7.0 since PHPUnit 8 requires void return typehint for setUp method. These PHP versions aren't supported by PHP itself and a minor release can be published without it being a BC break.

matthiasnoback commented 5 years ago

Thanks for your contributions! I've merged and released a new version (v1.1.0).