Merge pull request #100 from genuss/fix_map.jinja

Add intl package name for php7.0
This commit is contained in:
Forrest 2016-07-08 09:25:46 -07:00 committed by GitHub
commit df5e84087a

View File

@ -13,6 +13,7 @@
'hhvm': 'hhvm', 'hhvm': 'hhvm',
'gd': 'php7.0-gd', 'gd': 'php7.0-gd',
'gmp': 'php7.0-gmp', 'gmp': 'php7.0-gmp',
'intl': 'php7.0-intl',
'mbstring': 'php7.0-mbstring', 'mbstring': 'php7.0-mbstring',
'mcrypt': 'php7.0-mcrypt', 'mcrypt': 'php7.0-mcrypt',
'mysql': 'php7.0-mysql', 'mysql': 'php7.0-mysql',