Merge pull request #4707 from tobiasd/20180329-vagrant

make sure that the VM has php-zip installed that is needed by composer
This commit is contained in:
Hypolite Petovan 2018-03-29 08:07:44 -04:00 committed by GitHub
commit 5f40b306b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ sudo chmod guo+x /usr/local/bin/vhost
#Install php
echo ">>> Installing PHP7"
sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring php-xml imagemagick php-imagick
sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring php-xml imagemagick php-imagick php-zip
sudo systemctl restart apache2
#Install mysql