diff options
| author | 2025-12-05 22:37:54 +0100 | |
|---|---|---|
| committer | 2025-12-05 22:37:54 +0100 | |
| commit | bccda77cd49de790407c6e8c248957e6ee9382a6 (patch) | |
| tree | 735cb986d9eb05d4a28125cd4efbd345c54a1e1b /composer.json | |
| parent | 2e5435205124d578af3e846a51f80ec4f1ee2555 (diff) | |
phpstan analyse --memory-limit 512M (#8288)
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 356e288bc..290b1f347 100644 --- a/composer.json +++ b/composer.json @@ -68,8 +68,8 @@ "phtml-lint": "find . -type d -name 'vendor' -prune -o -name '*.phtml' -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null", "phpcs": "phpcs . -s", "phpcbf": "phpcbf . -p -s", - "phpstan": "phpstan analyse --memory-limit 256M .", - "phpstan-next": "phpstan analyse --memory-limit 256M -c phpstan-next.neon .", + "phpstan": "phpstan analyse --memory-limit 512M .", + "phpstan-next": "phpstan analyse --memory-limit 512M -c phpstan-next.neon .", "phpunit": "phpunit --bootstrap ./tests/bootstrap.php --display-notices --display-phpunit-deprecations ./tests", "translations": "cli/manipulate.translation.php --action format && cli/check.translation.php --generate-readme", "test": [ |
