瀏覽代碼

(Vagrantfile) switch to PHP 7.1

Stefan Siegl 8 年之前
父節點
當前提交
d16c373df3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
       i.vm.provision "shell", inline: <<-SHELL
       add-apt-repository ppa:pinepain/libv8-#{version}
       apt-get update
-      apt-get install -y php7.0-dev libv8-#{version}-dbg libv8-#{version}-dev
+      apt-get install -y php7.1-dev libv8-#{version}-dbg libv8-#{version}-dev
     SHELL
     end
   }