Merge pull request #3364 from Icinga/bugfix/vagrant-missing-php-mbstring

Vagrant: Fix missing mbstring PHP module
This commit is contained in:
Michael Friedrich 2018-02-14 11:20:32 +01:00 committed by GitHub
commit 79c12385ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'