Skip to content

Commit 6805e64

Browse files
committed
more memory for stan
1 parent 7583254 commit 6805e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"scripts": {
62-
"phpstan": "phpstan analyse -c phpstan.neon --no-progress -vvv",
62+
"phpstan": "phpstan analyse -c phpstan.neon --no-progress -vvv --memory-limit=1G",
6363
"cs-check": "phpcs",
6464
"cs-fix": "phpcbf",
6565
"test": ["@cs-check", "@phpstan", "phpunit"]

0 commit comments

Comments
 (0)