summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-18 14:31:35 +0100
committerRemi Collet <remi@php.net>2026-02-18 14:31:35 +0100
commit191034f237e263dc45c76915a8dde2d71dd638c6 (patch)
treed2034a1762bd11ac898c190dc2ed37569bdb86ba /composer.json
parent9d013a92ba187296364e02852b513abf9e555622 (diff)
update to 3.94.1HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
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": [