Skip to content

Commit cb60d93

Browse files
committed
chore: add composer script aliaes
1 parent 2e3dd46 commit cb60d93

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
@@ -74,6 +74,7 @@
7474
"phpstan analyze",
7575
"rector process --dry-run"
7676
],
77+
"sa": "@analyze",
7778
"test": "phpunit",
7879
"cs": [
7980
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
@@ -84,7 +85,8 @@
8485
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
8586
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
8687
"php-cs-fixer fix --ansi --verbose --diff"
87-
]
88+
],
89+
"style": "@cs-fix"
8890
},
8991
"scripts-descriptions": {
9092
"analyze": "Run static analysis",

0 commit comments

Comments
 (0)