Browse Source

Require libxml in composer

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/24243/head
Christoph Wurst 5 years ago
parent
commit
6ae2fe941f
No known key found for this signature in database GPG Key ID: CC42AC2A7F0E56D8
  1. 1
      composer.json
  2. 3
      composer.lock

1
composer.json

@ -13,6 +13,7 @@
},
"require": {
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*"
},
"require-dev": {

3
composer.lock

@ -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": [],

Loading…
Cancel
Save