summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-09-23 22:48:20 +0100
committerSam Light <samlight1994@gmail.com>2025-09-23 22:48:20 +0100
commitc28779dcb765e53e38d1fff4f0deaf2908fdc357 (patch)
treee45c152bcede1f694c34df3eeb0a3993db6ad1c9
parentdc4935ec339be6bd029a69ae7d2db16611eae07b (diff)
Created composer check script to run phpstan
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
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": {