From 2e5435205124d578af3e846a51f80ec4f1ee2555 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 5 Dec 2025 22:20:57 +0100 Subject: Docker: Alpine 3.23 (#8285) https://alpinelinux.org/posts/Alpine-3.23.0-released.html PHP 8.4.15, Apache/2.4.65 Dev Container updated from PHP 8.3.x to PHP 8.4.x. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 05faa7088..356e288bc 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 .", - "phpstan-next": "phpstan analyse -c phpstan-next.neon .", + "phpstan": "phpstan analyse --memory-limit 256M .", + "phpstan-next": "phpstan analyse --memory-limit 256M -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": [ -- cgit v1.2.3