Skip to content

Commit ed780df

Browse files
committed
Add missing requirement for PHP's XML extension
ext-xml is required by utf_encode() used in this library
1 parent c01826e commit ed780df

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
@@ -23,6 +23,7 @@
2323
"require": {
2424
"php": ">=5.3.2",
2525
"ext-curl": "*",
26+
"ext-xml": "*",
2627
"kriswallsmith/buzz": ">=0.7"
2728
},
2829
"require-dev": {

0 commit comments

Comments
 (0)