Actualiser scripts/homestead.rb
This commit is contained in:
parent
0a4dd9822e
commit
876cdaba15
@ -19,7 +19,7 @@ class Homestead
|
||||
config.vm.define settings['name'] ||= 'homestead'
|
||||
config.vm.box = settings['box'] ||= 'laravel/homestead'
|
||||
unless settings.has_key?('SpeakFriendAndEnter')
|
||||
config.vm.box_version = settings['version'] ||= '>= 14.0.2, < 15.0.0'
|
||||
config.vm.box_version = settings['version'] ||= '14.0.2'
|
||||
end
|
||||
config.vm.hostname = settings['hostname'] ||= 'homestead'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user