diff options
author | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:52:31 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:52:31 +0100 |
commit | 94caf14491860e35eaf07d76e1aea7ee90e1246a (patch) | |
tree | 090e239588a858aa6e8ed26fa4a3f350ebc3927c /composer.json | |
parent | f82796f4ee80245dc091c849badf1f3fdcacbb6c (diff) |
added format command to composer.json
Diffstat (limited to 'composer.json')
-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": { |