composer parallel install plugin added

https://github.com/hirak/prestissimo
This commit is contained in:
GracefulLight
2017-07-31 18:24:00 +09:00
committed by GitHub
parent 3ef8afd8af
commit c133ba3f8e

View File

@@ -62,6 +62,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