Updated the Homestead Vagrant box.

This commit is contained in:
Peter Deltchev 2016-03-15 22:30:38 -07:00
parent 5d70fc9fd1
commit dab9f08cf5

4
Vagrantfile vendored
View file

@ -3,8 +3,8 @@ Vagrant.configure("2") do |config|
config.hostmanager.enabled = true config.hostmanager.enabled = true
config.hostmanager.manage_host = true config.hostmanager.manage_host = true
config.vm.box = 'laravel/homestead-7' config.vm.box = 'laravel/homestead'
config.vm.box_version = '0.2.1' config.vm.box_version = '0.4.2'
config.vm.provider "virtualbox" do |v| config.vm.provider "virtualbox" do |v|
v.cpus = 4 v.cpus = 4