Avoid phpunit-mock-objects v3.2.4

It has a bug that makes it incompatible with the doctrine dbal test
suite, see
https://github.com/sebastianbergmann/phpunit-mock-objects/issues/322
Fixes #2475
parent 45939c61
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.4.6", "phpunit/phpunit": "^5.4.6",
"phpunit/phpunit-mock-objects": "!=3.2.4",
"symfony/console": "2.*" "symfony/console": "2.*"
}, },
"suggest": { "suggest": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment