From 509266570259e048d06215b0a65faf968cc33cf1 Mon Sep 17 00:00:00 2001 From: Thom Castermans Date: Thu, 15 Dec 2016 09:29:04 +0100 Subject: [PATCH] Add overlooked dependencies --- composer.json | 4 +++- composer.lock | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 33e733f..1ee3f50 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,9 @@ "require": { "php": ">=5.3.0", - "ext-curl": "*" + "ext-curl": "*", + "ext-dom": "*", + "ext-json": "*" }, "autoload": { diff --git a/composer.lock b/composer.lock index 447f461..b37f343 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "cf5bbf68f49c21414fe4b19235593c74", - "content-hash": "6f62ed521dcfb61c144e36a6fadb9968", + "hash": "b69935808ae175b2ac9df5f4a71e3554", + "content-hash": "1584e49239b8697235fab51a884dc59c", "packages": [], "packages-dev": [ { @@ -1324,7 +1324,9 @@ "prefer-lowest": false, "platform": { "php": ">=5.3.0", - "ext-curl": "*" + "ext-curl": "*", + "ext-dom": "*", + "ext-json": "*" }, "platform-dev": [] }