Skip to content

Commit 6d256e8

Browse files
authored
Merge pull request #1388 from rodrigoprimo/add-composer-suggest-extensions
Add suggest section to composer.json for recommended extensions
2 parents 9fdbd6e + c62214f commit 6d256e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
3030
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy"
3131
},
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+
},
3236
"require": {
3337
"php": ">=7.2.0",
3438
"ext-simplexml": "*",

0 commit comments

Comments
 (0)