From 66df043c19a195abcc14405631fb279304a4d525 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 18 Feb 2015 00:47:00 +0100 Subject: [PATCH] Add php5-intl dependency to Installer class --- lib/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/installer.php b/lib/installer.php index cea7d29ec7..1fcd0961c5 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -101,7 +101,7 @@ abstract class Installer $pass = false; } - $reqs = array('gd', 'curl', 'json', + $reqs = array('gd', 'curl', 'intl', 'json', 'xmlwriter', 'mbstring', 'xml', 'dom', 'simplexml'); foreach ($reqs as $req) { -- 2.39.5