Require xmlreader via composer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
6ae2fe941f
commit
0af22a64cb
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue