From eba22183a468bdfd13cc8eaafa2f5fae90c79a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 10 Aug 2020 16:00:01 +0200 Subject: [PATCH] adding #27 --- app/Commands/PhpFpmInstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.