From e0b8270a064cc025ff55817a610b90c06d8e7ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mindaugas=20Jacku=CC=84nas?= Date: Thu, 1 Nov 2018 22:28:41 +0200 Subject: [PATCH] Add missing extension requirements and suggestion --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc13f6b..702695e 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,17 @@ }, "require": { "php": ">=5.3.0", - "ext-xml": "*" + "ext-json": "*", + "ext-libxml": "*", + "ext-simplexml": "*" + }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0.5" }, + "suggest": { + "ext-curl": "Enables CURL usage for API requests." + }, "autoload": { "psr-4": { "Cmfcmf\\": "Cmfcmf"