aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 7c3f473..0e31329 100644
--- a/composer.json
+++ b/composer.json
@@ -27,6 +27,10 @@
"scripts": {
"ecs": "ecs check",
"ecsfix": "ecs check --fix",
+ "lint": [
+ "@ecs",
+ "@phpstan"
+ ],
"phpstan": "phpstan --memory-limit=1G analyse"
}
}