Commit 359e303
committed
Mark phpunit-mock-objects-3.2.0 as conflict
PHPUnit released phpunit-mock-objects-3.2.0 which breaks historic
PHPUnit versions (5.2.12, 5.1.7 and 5.0.10). These PHPUnit versions
require that dependency with no upper bound. Tests are failing with:
> Call to undefined method PHPMockTest::registerMockObject()
PHPUnit fixed the issue with a phpunit-mock-objects-3.2.1 release.
However said versions will not receive a patch, as PHPUnit considers
them already as unsupported. This commit marks the breaking
phpunit-mock-objects-3.2.0 dependency as a conflict.
See also: sebastianbergmann/phpunit-mock-objects#3081 parent 68f0745 commit 359e303
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
0 commit comments