From c28779dcb765e53e38d1fff4f0deaf2908fdc357 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Tue, 23 Sep 2025 22:48:20 +0100 Subject: Created composer check script to run phpstan --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8ea0928..c082a6c 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,8 @@ "@clear", "@build", "@php vendor/bin/pest" - ] + ], + "check": "@php vendor/bin/phpstan" }, "config": { "allow-plugins": { -- cgit v1.2.3