Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit b3103e0

Browse files
committed
Add php stan to composer check command
1 parent b21a14a commit b3103e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@
9494
"expressive": "expressive --ansi",
9595
"check": [
9696
"@cs-check",
97-
"@test"
97+
"@test",
98+
"@analyze"
9899
],
100+
"analyze": "phpstan analyze -l max -c ./phpstan.installer.neon ./src ./config",
99101
"clear-config-cache": "php bin/clear-config-cache.php",
100102
"cs-check": "phpcs",
101103
"cs-fix": "phpcbf",

0 commit comments

Comments
 (0)