diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-18 14:31:35 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-18 14:31:35 +0100 |
| commit | 191034f237e263dc45c76915a8dde2d71dd638c6 (patch) | |
| tree | d2034a1762bd11ac898c190dc2ed37569bdb86ba /composer.json | |
| parent | 9d013a92ba187296364e02852b513abf9e555622 (diff) | |
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 5 |
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": [ |
