Merge branch 'patch-1' of git://github.com/brendaniel/nginx-php-fpm into brendaniel-patch-1

This commit is contained in:
Ric Harvey
2017-08-18 14:24:37 +01:00

View File

@@ -64,6 +64,7 @@ fi
# Try auto install for composer # Try auto install for composer
if [ -f "/var/www/html/composer.lock" ]; then if [ -f "/var/www/html/composer.lock" ]; then
composer global require hirak/prestissimo
composer install --no-dev --working-dir=/var/www/html composer install --no-dev --working-dir=/var/www/html
fi fi