Skip to content

Commit a1fe20b

Browse files
committed
Update composer.lock file and add missing dependencies to Vagrantfile
1 parent 1c234c0 commit a1fe20b

File tree

3 files changed

+409
-139
lines changed

3 files changed

+409
-139
lines changed

Diff for: Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Vagrant.configure(2) do |config|
66

77
config.vm.provision "shell", inline: <<-SHELL
88
apt-get -y -qq update
9-
apt-get -y -qq install php-cli php-curl php-xml php-xdebug
9+
apt-get -y -qq install php-cli php-curl php-xml php-zip php-xdebug unzip git
1010
1111
curl --silent https://getcomposer.org/installer | php > /dev/null 2>&1
1212
mv composer.phar /usr/local/bin/composer

Diff for: composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"ext-json": "*",
2222
"ext-libxml": "*",
2323
"ext-simplexml": "*"
24-
2524
},
2625
"require-dev": {
2726
"phpunit/phpunit": "^4.8 || ^5.0.5"

0 commit comments

Comments
 (0)