summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-09-23 22:52:31 +0100
committerSam Light <samlight1994@gmail.com>2025-09-23 22:52:31 +0100
commit94caf14491860e35eaf07d76e1aea7ee90e1246a (patch)
tree090e239588a858aa6e8ed26fa4a3f350ebc3927c /composer.json
parentf82796f4ee80245dc091c849badf1f3fdcacbb6c (diff)
added format command to composer.json
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
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": {