diff --git a/app/Commands/PhpFpmInstallCommand.php b/app/Commands/PhpFpmInstallCommand.php index c5ecb7b..731c40d 100644 --- a/app/Commands/PhpFpmInstallCommand.php +++ b/app/Commands/PhpFpmInstallCommand.php @@ -21,7 +21,7 @@ class PhpFpmInstallCommand extends Command const FILE_SUFFIX = '/fpm/pool.d/www.conf'; // packages to install - const PACKAGES = 'php-mysql php-pear php-gd php-common php-curl php-json php-mbstring php-xml php-zip php-bcmath'; + const PACKAGES = 'php-mysql php-pear php-gd php-common php-curl php-json php-intl php-mbstring php-xml php-zip php-bcmath'; /** * The signature of the command.