Add php5-intl dependency to Installer class

This commit is contained in:
Mikael Nordfeldth 2015-02-18 00:47:00 +01:00
parent 8fbdb4b9ac
commit 66df043c19
1 changed files with 1 additions and 1 deletions

View File

@ -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) {