aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index e7a82e4..79487c9 100644
--- a/composer.json
+++ b/composer.json
@@ -26,6 +26,6 @@
"scripts": {
"ecs": "ecs check",
"ecsfix": "ecs check --fix",
- "phpstan": "phpstan analyse"
+ "phpstan": "phpstan --memory-limit=1G analyse"
}
}