Skip to content

Commit

Permalink
Update base box in Vagrantfile so composer install/update runs with n…
Browse files Browse the repository at this point in the history
…ewer version of PHP in VM
  • Loading branch information
ssx committed Nov 22, 2014
1 parent b78efa6 commit dfde8a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ def which(cmd)
end

Vagrant::Config.run do |config|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
config.vm.box = "ubuntu/trusty64"
config.vm.share_folder(
"vagrant-root",
"/vagrant",
Expand Down

0 comments on commit dfde8a5

Please sign in to comment.