From 62bd42cb17cefb3080f7aa61d4701acf1af7f412 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 22 Mar 2019 09:19:05 +0100 Subject: Stop assuming encoding of xml, let simplexml throw silently (#457) --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 32c217538..3c682a5e9 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,10 @@ "riimu/kit-pathjoin": "1.2.0", "debril/feed-io": "^3.1", "arthurhoaro/favicon": "^1.2", - "ext-json": "*", "guzzlehttp/guzzle": "^6.3", - "ext-simplexml": "*" + "ext-json": "*", + "ext-simplexml": "*", + "ext-libxml": "*" }, "require-dev": { "phpunit/phpunit": "^6.5", -- cgit v1.2.3