Skip to content

Commit 4d8b8bc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"cs-check": "phpcs",
121121
"cs-fix": "phpcbf",
122122
"serve": "php -S 0.0.0.0:8080 -t public/",
123-
"static-analysis": "vendor/bin/phpstan analyse",
123+
"static-analysis": "phpstan analyse",
124124
"test": "phpunit --colors=always",
125125
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
126126
}

0 commit comments

Comments
 (0)