Require ext-simplexml via composer

This makes phpunit (and static analysis?) happy

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/24395/head
Christoph Wurst 3 years ago
parent 54e3beba16
commit ef26c1aedd
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

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

3
composer.lock generated

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

Loading…
Cancel
Save