From 191034f237e263dc45c76915a8dde2d71dd638c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Feb 2026 14:31:35 +0100 Subject: update to 3.94.1 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e63546e..37440a3 100644 --- a/composer.json +++ b/composer.json @@ -109,7 +109,10 @@ ], "docs": "@php dev-tools/php-cs-fixer-internal docs", "infection": "@test:mutation", - "install-tools": "./dev-tools/install.sh", + "install-tools": [ + "./dev-tools/install.sh", + "@composer install --working-dir=dev-tools" + ], "internal": "@php dev-tools/php-cs-fixer-internal", "mess-detector": "@php dev-tools/vendor/bin/phpmd . ansi dev-tools/mess-detector/phpmd.xml --exclude vendor/*,dev-tools/vendor/*,dev-tools/phpstan/*,tests/Fixtures/*", "normalize": [ -- cgit