From ef26c1aedd6eaf76646a4a714cda9a076ccf80f3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 26 Nov 2020 15:15:55 +0100 Subject: [PATCH] Require ext-simplexml via composer This makes phpunit (and static analysis?) happy Signed-off-by: Christoph Wurst --- composer.json | 1 + composer.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db65564a9a3..1d7195a0b95 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-pdo": "*", + "ext-simplexml": "*", "ext-xmlreader": "*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 3b1aa683926..92944f2b4d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "be39e6ce67fced2d72723f6343bbe352", + "content-hash": "dad26d14cb2d2c73421ba7ce9567cbff", "packages": [], "packages-dev": [ { @@ -2964,6 +2964,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-pdo": "*", + "ext-simplexml": "*", "ext-xmlreader": "*" }, "platform-dev": [],