Merge pull request #3102 from Majkl578/phpunit-bump
Use newer PHPUnit to prevent crashes on failures
Showing
... | ... | @@ -18,7 +18,7 @@ |
}, | ||
"require-dev": { | ||
"doctrine/coding-standard": "^4.0", | ||
"phpunit/phpunit": "^7.0", | ||
"phpunit/phpunit": "^7.1.2", | ||
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | ||
"symfony/console": "^2.0.5||^3.0", | ||
"symfony/phpunit-bridge": "^3.4.5|^4.0.5" | ||
... | ... |
Please register or sign in to comment