From 8eb5855993a4b175ce8416d8a3d8b829df117d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Sat, 2 Jan 2021 19:41:24 +0100 Subject: [PATCH] Added missing "ext-simplexml" and "ext-libxml" dependencies in composer.json (#48) --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index a903348..a6c3a5d 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,8 @@ }, "require": { "php": "^7.1", + "ext-libxml": "*", + "ext-simplexml": "*", "ezsystems/ezplatform-graphql": "^1.0.4@dev" }, "require-dev": {