Vagrant: Fix missing mbstring PHP module

This commit is contained in:
Michael Friedrich 2018-02-14 11:19:22 +01:00
parent b4cb5ecb15
commit d6c8b4d8a1
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class icingaweb2_dev (
'rh-php71-php-pgsql',
'rh-php71-php-ldap',
'rh-php71-php-xml',
'rh-php71-php-mbstring',
'sclo-php71-php-pecl-xdebug',
'sclo-php71-php-pecl-imagick',
'php-phpunit-PHPUnit'