Require libxml in composer

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

View File

@ -13,6 +13,7 @@
},
"require": {
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*"
},
"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": "e13ded744e614c48738e6ecc965d868e",
"content-hash": "950378f8dee908b2b1cb146f0b368667",
"packages": [],
"packages-dev": [
{
@ -2962,6 +2962,7 @@
"prefer-lowest": false,
"platform": {
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*"
},
"platform-dev": [],