mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-07 06:16:43 +01:00
Composer is no longer run under HHVM to avoid breakage under PHP 7.
This commit is contained in:
parent
83ff5916ae
commit
9f77dab26c
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ mkdir -p /vagrant/storage/logs/system
|
|||
|
||||
cd /vagrant
|
||||
|
||||
hhvm /usr/local/bin/composer self-update
|
||||
hhvm /usr/local/bin/composer install
|
||||
/usr/local/bin/composer self-update
|
||||
/usr/local/bin/composer install
|
||||
|
||||
cp -n "/vagrant/resources/environments/.env.local" "/vagrant/.env"
|
||||
|
||||
|
|
Loading…
Reference in a new issue