Skip to content

Commit

Permalink
Add the utility commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tai-sho committed Jun 9, 2024
1 parent 26a16b1 commit 46cd546
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@
}
},
"scripts": {
"test": "phpunit"
"test": "phpunit",
"fix": "php-cs-fixer fix --config=.php-cs-fixer.php --diff --allow-risky=yes",
"analyse": "phpstan analyse -c phpstan.neon",
"md": "phpmd src ansi phpmd.xml",
"all-checks": [
"@fix",
"@analyse",
"@md",
"@test"
]
},
"authors": [
{
Expand Down

0 comments on commit 46cd546

Please sign in to comment.