diff --git a/composer.json b/composer.json index 11d14e7..ded2722 100644 --- a/composer.json +++ b/composer.json @@ -95,7 +95,7 @@ "cs-check": "phpcs", "cs-fix": "phpcbf", "serve": "php -S 0.0.0.0:8080 -t public/", - "static-analysis": "phpstan analyse", + "static-analysis": "phpstan analyse --memory-limit 1G", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", "twig-cs-check": "vendor/bin/twig-cs-fixer lint --config=config/twig-cs-fixer.php",