We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c234c0 commit a1fe20bCopy full SHA for a1fe20b
Vagrantfile
@@ -6,7 +6,7 @@ Vagrant.configure(2) do |config|
6
7
config.vm.provision "shell", inline: <<-SHELL
8
apt-get -y -qq update
9
- apt-get -y -qq install php-cli php-curl php-xml php-xdebug
+ apt-get -y -qq install php-cli php-curl php-xml php-zip php-xdebug unzip git
10
11
curl --silent https://getcomposer.org/installer | php > /dev/null 2>&1
12
mv composer.phar /usr/local/bin/composer
composer.json
@@ -21,7 +21,6 @@
21
"ext-json": "*",
22
"ext-libxml": "*",
23
"ext-simplexml": "*"
24
-
25
},
26
"require-dev": {
27
"phpunit/phpunit": "^4.8 || ^5.0.5"
0 commit comments