summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-22 09:19:05 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2019-03-22 09:19:05 +0100
commit62bd42cb17cefb3080f7aa61d4701acf1af7f412 (patch)
treeb49526782aed98852230750e444ebb566a8ac9e5 /composer.json
parent730ce50b444f06286443a74b7e6cb1d627c5f014 (diff)
Stop assuming encoding of xml, let simplexml throw silently (#457)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
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",