chore: add composer script aliaes

This commit is contained in:
kenjis 2022-08-29 10:32:49 +09:00
parent 2e3dd46d42
commit cb60d9394f
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -74,6 +74,7 @@
"phpstan analyze",
"rector process --dry-run"
],
"sa": "@analyze",
"test": "phpunit",
"cs": [
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
@ -84,7 +85,8 @@
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
"php-cs-fixer fix --ansi --verbose --diff"
]
],
"style": "@cs-fix"
},
"scripts-descriptions": {
"analyze": "Run static analysis",