diff --git a/Vagrantfile b/Vagrantfile index 544c26a124ff410901fec96006a8904cf484750e..bc9457c51225a011dd59c46fae9aeae0f33e3957 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -41,7 +41,7 @@ Vagrant.configure("2") do |config| # Install package dependencies. apt-get update apt-get install -y git zip unzip apache2 default-jdk mysql-server - apt-get install -y libapache2-mod-php php-mbstring php-pear php php-dev php-gd php-intl php-json php-ldap php-mysql php-xml php-curl + apt-get install -y libapache2-mod-php php-mbstring php-pear php php-dev php-gd php-intl php-json php-ldap php-mysql php-soap php-xml php-curl # Install composer. php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"