sebastianbergmann / phpcov

TextUI frontend for php-code-coverage
BSD 3-Clause "New" or "Revised" License
223 stars 58 forks source link

PHPUnit 7 conflicts with phpcov 4.0.5 because of sebastian/diff #77

Closed acelaya closed 6 years ago

acelaya commented 6 years ago
Q A
PHPUnit version 7.0.0
PHP version 7.1.8
Installation Method Composer

I'm trying to update to phpunit 7 in my project, which also requires phpcov, but it throws an error because they both require the package sebastian/diff in different versions.

phpcov 4.0.5 requires version ^1.0 || ^2.0, while phpunit 7.0.0 requires version ^3.0.

acelaya commented 6 years ago

Wow! That was fast :-) Thank you!