Skip to content

Commit f1efe6d

Browse files
committed
added command in composer.json
Signed-off-by: MarioRadu <[email protected]>
1 parent b991666 commit f1efe6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,11 @@
116116
"@test",
117117
"@analyze"
118118
],
119-
"analyze": "phpstan analyze -l max -c ./phpstan.installer.neon ./src ./config",
120119
"clear-config-cache": "php bin/clear-config-cache.php",
121120
"cs-check": "phpcs",
122121
"cs-fix": "phpcbf",
123122
"serve": "php -S 0.0.0.0:8080 -t public/",
124-
"static-analysis": "psalm --shepherd --stats",
123+
"static-analysis": "vendor/bin/phpstan analyse",
125124
"test": "phpunit --colors=always",
126125
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
127126
}

0 commit comments

Comments
 (0)