zendframework / zend-test

Test component from Zend Framework
BSD 3-Clause "New" or "Revised" License
18 stars 38 forks source link

Update CHANGELOG for #76 to mention possible incompatibility when PHPUnit dependency is not specified #79

Closed Xerkus closed 5 years ago

Xerkus commented 5 years ago

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