Setup static analysis with Psalm
Showing
baseline.xml
0 → 100644
... | @@ -42,7 +42,8 @@ | ... | @@ -42,7 +42,8 @@ |
"jetbrains/phpstorm-stubs": "^2019.1", | "jetbrains/phpstorm-stubs": "^2019.1", | ||
"phpstan/phpstan": "^0.12", | "phpstan/phpstan": "^0.12", | ||
"phpunit/phpunit": "^8.4.1", | "phpunit/phpunit": "^8.4.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": { | "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." | ||
... | ... |
psalm.xml
0 → 100644
Please register or sign in to comment