Require xmlreader via composer

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-11-20 11:28:47 +01:00
parent 6ae2fe941f
commit 0af22a64cb
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 6 additions and 4 deletions

View File

@ -14,8 +14,9 @@
"require": {
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*"
},
"ext-pdo": "*",
"ext-xmlreader": "*"
},
"require-dev": {
"nextcloud/coding-standard": "^0.3.0",
"vimeo/psalm": "^4.0"

5
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": "950378f8dee908b2b1cb146f0b368667",
"content-hash": "be39e6ce67fced2d72723f6343bbe352",
"packages": [],
"packages-dev": [
{
@ -2963,7 +2963,8 @@
"platform": {
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"ext-xmlreader": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"