We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a3df6 commit 5c07f1aCopy full SHA for 5c07f1a
1 file changed
composer.json
@@ -106,13 +106,15 @@
106
"@database-reset",
107
"@frontend-clear"
108
],
109
- "ecs": "ecs check src/ tests/Behat/",
110
- "phpstan": "phpstan analyse -c phpstan.neon -l max src/",
+ "ecs": "ecs",
+ "phpstan": "phpstan analyse",
111
+ "psalm": "psalm --no-cache",
112
"phpunit": "phpunit",
113
"behat": "behat --strict -vvv --no-interaction || behat --strict -vvv --no-interaction --rerun",
114
"suite": [
115
"@ecs",
116
"@phpstan",
117
+ "@psalm",
118
"@phpunit",
119
"@behat"
120
0 commit comments