Skip to content

Commit a68d909

Browse files
author
Oliver Stark
committed
added script alias: composer stan
1 parent c984222 commit a68d909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"phpstan/phpstan": "^0.9.2"
4141
},
4242
"scripts": {
43-
"ps": "vendor/bin/phpstan analyse src --level=1 -c phpstan.neon"
43+
"ps": "vendor/bin/phpstan analyse src --level=1 -c phpstan.neon",
44+
"stan": "@ps"
4445
}
4546
}

0 commit comments

Comments
 (0)