diff --git a/bin/homestead b/bin/homestead index 698b9f4d0..55d243545 100755 --- a/bin/homestead +++ b/bin/homestead @@ -3,7 +3,7 @@ require __DIR__.'/../../../autoload.php'; -$app = new Symfony\Component\Console\Application('Laravel Homestead', '9.0.7'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '9.1.0'); $app->add(new Laravel\Homestead\MakeCommand); diff --git a/scripts/homestead.rb b/scripts/homestead.rb index cbeb28a3e..14d342daf 100644 --- a/scripts/homestead.rb +++ b/scripts/homestead.rb @@ -19,7 +19,7 @@ def self.configure(config, settings) config.vm.define settings['name'] ||= 'homestead' config.vm.box = settings['box'] ||= 'laravel/homestead' unless settings.has_key?('SpeakFriendAndEnter') - config.vm.box_version = settings['version'] ||= '>= 8.0.0' + config.vm.box_version = settings['version'] ||= '>= 8.1.0' end config.vm.hostname = settings['hostname'] ||= 'homestead'