Skip to content

Commit d6c3ac4

Browse files
committed
Composer: clarify that the PHP libxml extension is required
The `simplexml` and `xmlwriter` extensions both need the `libxml` extension, so the requirement not being explicit was not problematic, as it was already enforced via the other two requirements. Still, better to be explicit.
1 parent c3eb74d commit d6c3ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"require": {
3737
"php": ">=7.2.0",
38+
"ext-libxml": "*",
3839
"ext-simplexml": "*",
3940
"ext-tokenizer": "*",
4041
"ext-xmlwriter": "*"

0 commit comments

Comments
 (0)