Merge pull request #3563 from nicolas-grekas/sf5
Allow Symfony 5
Showing
... | ... | @@ -42,8 +42,8 @@ |
"jetbrains/phpstorm-stubs": "^2018.1.2", | ||
"phpstan/phpstan": "^0.11.3", | ||
"phpunit/phpunit": "^8.1.5", | ||
"symfony/console": "^2.0.5|^3.0|^4.0", | ||
"symfony/phpunit-bridge": "^3.4.5|^4.0.5" | ||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", | ||
"symfony/phpunit-bridge": "^3.4.5|^4.0.5|^5.0" | ||
}, | ||
"suggest": { | ||
"symfony/console": "For helpful console commands such as SQL execution and import of files." | ||
... | ... |
Please register or sign in to comment