From 0902f2a1eee47316238ebd995e1e3476f72fe531 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Thu, 20 Jun 2024 15:54:35 -0400 Subject: [PATCH] refactor: Up the memory limit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3bc6600a3..ad6fb64b8 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "vlucas/phpdotenv": "^3.0" }, "scripts": { - "phpstan": "phpstan --ansi --memory-limit=1G", + "phpstan": "phpstan --ansi --memory-limit=2G", "check-cs": "ecs check --ansi", "fix-cs": "ecs check --fix --ansi", "test": "codecept run unit --coverage-xml"