From 6cec5ba5bfb52d16e9fbf2dea360a837eb03c53c Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 20 Dec 2020 12:13:13 +0100 Subject: [PATCH] Add required extensions and PHP version to composer.json --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index d91b02ee..4a1f6b9f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,11 @@ { "require": { + "php": ">=5.5", + "ext-json": "*", + "ext-pdo": "*", + "ext-pdo_mysql": "*", + "ext-xml": "*", + "ext-zip": "*", "phpmailer/phpmailer": "^6.1", "composer/semver": "^3.2", "twig/twig": "~1.42.5"