We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fdbd6e + c62214f commit 6d256e8Copy full SHA for 6d256e8
1 file changed
composer.json
@@ -29,6 +29,10 @@
29
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
30
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy"
31
},
32
+ "suggest": {
33
+ "ext-iconv": "For accurate character length calculation when the checked files contain multi-byte characters.",
34
+ "ext-pcntl": "For parallel processing support via the --parallel CLI option."
35
+ },
36
"require": {
37
"php": ">=7.2.0",
38
"ext-simplexml": "*",
0 commit comments