Merge pull request #24395 from nextcloud/techdebt/composer-require-simplexml

Require ext-simplexml via composer
This commit is contained in:
Julius Härtl 2020-11-27 10:54:17 +01:00 committed by GitHub
commit ada55a941e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": [],