From 94caf14491860e35eaf07d76e1aea7ee90e1246a Mon Sep 17 00:00:00 2001 From: Sam Light Date: Tue, 23 Sep 2025 22:52:31 +0100 Subject: added format command to composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') 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": { -- cgit v1.2.3