From e1361b4f12914628698cb8a37f6c162261d03631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no> Date: Tue, 6 Sep 2016 12:59:58 +0200 Subject: [PATCH] Add a list of PHP extensions required to the composer.json. --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index cd57231d9..ca6514302 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,14 @@ }, "require": { "php": ">=5.3", + "ext-SPL": "*", + "ext-zlib": "*", + "ext-pcre": "*", + "ext-openssl": "*", + "ext-dom": "*", + "ext-date": "*", + "ext-hash": "*", + "ext-json": "*", "simplesamlphp/saml2": "dev-master#00e38f85b417be1e10a2d738dd2f5ea82edb472c as 2.2", "robrichards/xmlseclibs": "~2.0", "whitehat101/apr1-md5": "~1.0", -- GitLab