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 4 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-json": "*",
"ext-libxml": "*", "ext-libxml": "*",
"ext-pdo": "*", "ext-pdo": "*",
"ext-simplexml": "*",
"ext-xmlreader": "*" "ext-xmlreader": "*"
}, },
"require-dev": { "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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "be39e6ce67fced2d72723f6343bbe352", "content-hash": "dad26d14cb2d2c73421ba7ce9567cbff",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -2964,6 +2964,7 @@
"ext-json": "*", "ext-json": "*",
"ext-libxml": "*", "ext-libxml": "*",
"ext-pdo": "*", "ext-pdo": "*",
"ext-simplexml": "*",
"ext-xmlreader": "*" "ext-xmlreader": "*"
}, },
"platform-dev": [], "platform-dev": [],

Loading…
Cancel
Save