summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-02 09:16:10 +0100
committerRemi Collet <remi@php.net>2025-12-02 09:16:10 +0100
commitcdfffd0135c77371046c97ea977c6efde9161cd9 (patch)
treee697095fc22a56e63609ec4705de7fa0f84bad34 /composer.json
parent05a66e6c12f4e5a2cf3424d28dfd756fb4d04457 (diff)
update to 3.91.2HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
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/*",