Php versions – How to update phpunit 6 and code-coverage 5
I am using phpunit 6.5.14 togehter with php-code-coverage 5.3.2 I would like to update phpunit and php-code-coverage. However, when i try to update one of them, it fails because they require each other. For example. calling composer require --dev phpunit/phpunit…