From dab9f08cf56ba65dd3ec71677f30fc5a2946129d Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Tue, 15 Mar 2016 22:30:38 -0700 Subject: [PATCH] Updated the Homestead Vagrant box. --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 1350ff8c..606d2018 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,8 +3,8 @@ Vagrant.configure("2") do |config| config.hostmanager.enabled = true config.hostmanager.manage_host = true - config.vm.box = 'laravel/homestead-7' - config.vm.box_version = '0.2.1' + config.vm.box = 'laravel/homestead' + config.vm.box_version = '0.4.2' config.vm.provider "virtualbox" do |v| v.cpus = 4