diff options
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 533a49c..38a19ef 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,8 @@ "@build", "@php vendor/bin/pest" ], - "check": "@php vendor/bin/phpstan" + "check": "@php vendor/bin/phpstan", + "format": "@php vendor/bin/pint" }, "config": { "allow-plugins": { |