Browse Source

adding #27

release/0.1
Björn 4 years ago
parent
commit
eba22183a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Commands/PhpFpmInstallCommand.php

+ 1
- 1
app/Commands/PhpFpmInstallCommand.php View File

@ -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.


Loading…
Cancel
Save