76 added PHPUnit 8 support. However, in projects that depend on PHPUnit installed as indirect dependency via zend-test, that can lead to undesirable update to PHPUnit 8.
This PR adds notes to changelog entry for #76 to cover that case and advice for direct phpunit/phpunit dependency declaration
76 added PHPUnit 8 support. However, in projects that depend on PHPUnit installed as indirect dependency via zend-test, that can lead to undesirable update to PHPUnit 8.
This PR adds notes to changelog entry for #76 to cover that case and advice for direct
phpunit/phpunit
dependency declaration/cc @webimpress