Require ext-simplexml via composer

This makes phpunit (and static analysis?) happy

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-11-26 15:15:55 +01:00
parent 54e3beba16
commit ef26c1aedd
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-xmlreader": "*"
},
"require-dev": {

3
composer.lock generated
View File

@ -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": [],