From cdfffd0135c77371046c97ea977c6efde9161cd9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 09:16:10 +0100 Subject: update to 3.91.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 1731a79..87fcea4 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "PhpCsFixer\\": "src/" }, "exclude-from-classmap": [ - "src/Fixer/Internal/*" + "src/**/Internal/" ] }, "autoload-dev": { @@ -106,7 +106,7 @@ "echo '⚠️ This script is deprecated! Utilise built-in parallelisation instead.';", "@cs:fix" ], - "docs": "@php dev-tools/doc.php", + "docs": "@php dev-tools/php-cs-fixer-internal docs", "infection": "@test:mutation", "install-tools": "./dev-tools/install.sh", "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/*", -- cgit