Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge 3c4ab35 into 9e8319a
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerkus committed Jun 15, 2019
2 parents 9e8319a + 3c4ab35 commit d518dae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- [#76](https://github.com/zendframework/zend-test/pull/76) adds support for PhpUnit 8
- [#76](https://github.com/zendframework/zend-test/pull/76) adds support for PHPUnit 8

When relying on PHPUnit installed as indirect dependency via zend-test, undesired
PHPUnit update to ^8.0 can happen on PHP ^7.2.
Please declare direct dependency on `phpunit/phpunit` with suitable versions.

If update causes errors with the message like "Fatal error: Declaration of *::setUp()
must be compatible with *::setUp(): void", `phpunit/phpunit` can be declared as direct
dependency with the following command:
`composer require --dev phpunit/phpunit: "^7.5.12 || ^6.5.14 || ^5.7.14" --update-with-dependencies`

### Changed

Expand Down

0 comments on commit d518dae

Please sign in to comment.