Temporarily disable the usage of PHPUnit 8.4 due to a regression
See https://github.com/sebastianbergmann/phpunit/issues/3879
Showing
... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
"doctrine/coding-standard": "^6.0", | "doctrine/coding-standard": "^6.0", | ||
"jetbrains/phpstorm-stubs": "^2019.1", | "jetbrains/phpstorm-stubs": "^2019.1", | ||
"phpstan/phpstan": "^0.11.3", | "phpstan/phpstan": "^0.11.3", | ||
"phpunit/phpunit": "^8.3.3", | "phpunit/phpunit": "^8.3.3, <8.4.0", | ||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0" | "symfony/console": "^2.0.5|^3.0|^4.0|^5.0" | ||
}, | }, | ||
"suggest": { | "suggest": { | ||
... | ... |
Please register or sign in to comment