Browse Source

added hhvm to install

Mattie Coccia 10 years ago
parent
commit
b133469cbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/php-laravel/install.sh

+ 1 - 1
frameworks/PHP/php-laravel/install.sh

@@ -3,7 +3,7 @@
 export PHP_HOME=${IROOT}/php-5.5.17
 export COMPOSER_HOME=${IROOT}/php-composer
 
-fw_depends php nginx composer
+fw_depends php nginx composer hhvm
 
 ${PHP_HOME}/bin/php ${COMPOSER_HOME}/composer.phar install \
   --no-interaction --working-dir ${TROOT} \