Skip to content
Snippets Groups Projects
Unverified Commit 6ae2fe94 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Require libxml in composer

parent f8a2c08c
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*" "ext-pdo": "*"
}, },
"require-dev": { "require-dev": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e13ded744e614c48738e6ecc965d868e", "content-hash": "950378f8dee908b2b1cb146f0b368667",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
...@@ -2962,6 +2962,7 @@ ...@@ -2962,6 +2962,7 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"ext-json": "*", "ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*" "ext-pdo": "*"
}, },
"platform-dev": [], "platform-dev": [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment