Skip to content

Commit 9cf9f24

Browse files
authored
Merge pull request #2330 from WordPress/feature/composer-make-extension-deps-explicit
Composer: make PHP extension dependencies explicit
2 parents efbaa1d + a025c6d commit 9cf9f24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"require": {
1919
"php": ">=5.4",
2020
"ext-filter": "*",
21+
"ext-libxml": "*",
22+
"ext-tokenizer": "*",
23+
"ext-xmlreader": "*",
2124
"squizlabs/php_codesniffer": "^3.7.2",
2225
"phpcsstandards/phpcsutils": "^1.0.8",
2326
"phpcsstandards/phpcsextra": "^1.1.0"
@@ -30,6 +33,7 @@
3033
"php-parallel-lint/php-console-highlighter": "^1.0.0"
3134
},
3235
"suggest": {
36+
"ext-iconv": "For improved results",
3337
"ext-mbstring": "For improved results"
3438
},
3539
"config": {

0 commit comments

Comments
 (0)