Skip to content

Commit 42b4d46

Browse files
authored
Add ext-xml as a dependency
Without ext-xml a fatal error can occur because of the absence of utf8_encode(). Fixes #260
1 parent e37b78f commit 42b4d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^5.6 || ^7.0",
25+
"ext-xml": "*",
2526
"php-http/client-common": "^1.5",
2627
"php-http/client-implementation": "^1.0",
2728
"php-http/discovery": "^1.2",

0 commit comments

Comments
 (0)