Skip to content

Commit 8a79980

Browse files
Andreas Frömericanhazstring
authored andcommitted
Upgrade Vagrantfile to 7.2
Signed-off-by: Andreas Frömer <[email protected]>
1 parent dafd261 commit 8a79980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Vagrant.configure("2") do |config|
44
config.vm.provision "shell", inline: <<-SHELL
55
add-apt-repository ppa:ondrej/php
66
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
7+
apt-get install -y php7.2 php7.2-xml php7.2-mbstring php7.2-zip php7.2-curl php7.2-xdebug composer
88
99
# Switch to /vagrant and install packages
1010
cd /vagrant && composer install

0 commit comments

Comments
 (0)