We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafd261 commit 8a79980Copy full SHA for 8a79980
Vagrantfile
@@ -4,7 +4,7 @@ Vagrant.configure("2") do |config|
4
config.vm.provision "shell", inline: <<-SHELL
5
add-apt-repository ppa:ondrej/php
6
apt-get update
7
- apt-get install -y php7.1 php7.1-xml php7.1-mbstring php7.1-zip php7.1-curl php7.1-xdebug composer
+ apt-get install -y php7.2 php7.2-xml php7.2-mbstring php7.2-zip php7.2-curl php7.2-xdebug composer
8
9
# Switch to /vagrant and install packages
10
cd /vagrant && composer install
0 commit comments