Skip to content

Commit cfdefc4

Browse files
committed
Add git and zip to the VM
1 parent 800e83b commit cfdefc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vagrant_config/scripts/install_composer.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ wget https://www.dotdeb.org/dotdeb.gpg && apt-key add dotdeb.gpg
1515
apt-get update -y
1616
apt-get install -y php7.0 php7.0-cli php7.0-xdebug php7.0-xml
1717

18-
# apt-get install -y php5 php5-cli php5-intl php5-xdebug
19-
18+
apt-get install -y git zip
2019

2120

2221
echo "--------------------------------------------------"

0 commit comments

Comments
 (0)