Merge pull request #3643 from morozov/phpunit-83
Bumped PHPUnit requrement to ^8.3.3, removed dependency on symfony/phpunit-bridge
Showing
... | @@ -41,9 +41,8 @@ | ... | @@ -41,9 +41,8 @@ |
"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.2.1", | "phpunit/phpunit": "^8.3.3", | ||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", | "symfony/console": "^2.0.5|^3.0|^4.0|^5.0" | ||
"symfony/phpunit-bridge": "^3.4.5|^4.0.5|^5.0" | |||
}, | }, | ||
"suggest": { | "suggest": { | ||
"symfony/console": "For helpful console commands such as SQL execution and import of files." | "symfony/console": "For helpful console commands such as SQL execution and import of files." | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment