소스 검색

(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
   }