From 42b4d462d261929059eb9de39622d08bf19b2ec1 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Tue, 3 Oct 2017 15:53:25 +0200 Subject: [PATCH] Add ext-xml as a dependency Without ext-xml a fatal error can occur because of the absence of utf8_encode(). Fixes #260 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index fb4822b95..95c90732d 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ ], "require": { "php": "^5.6 || ^7.0", + "ext-xml": "*", "php-http/client-common": "^1.5", "php-http/client-implementation": "^1.0", "php-http/discovery": "^1.2",