Merge branch '3.0.x'
Showing
... | ... | @@ -40,11 +40,13 @@ |
"require-dev": { | ||
"doctrine/coding-standard": "^7.0", | ||
"jetbrains/phpstorm-stubs": "^2019.1", | ||
"nikic/php-parser": "^4.4", | ||
"phpstan/phpstan": "^0.12.18", | ||
"phpstan/phpstan-phpunit": "^0.12", | ||
"phpstan/phpstan-strict-rules": "^0.12.2", | ||
"phpunit/phpunit": "^9.1.1", | ||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0" | ||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", | ||
"vimeo/psalm": "^3.11" | ||
}, | ||
"suggest": { | ||
"symfony/console": "For helpful console commands such as SQL execution and import of files." | ||
... | ... |
psalm.xml
0 → 100644
Please register or sign in to comment