Skip to content

Commit

Permalink
❄️ πŸ’Ž πŸ”– Require box v5.2.x and tag v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Mar 12, 2018
1 parent f42e0d4 commit 9f36545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/homestead
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require __DIR__.'/../../../autoload.php';

$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.2.0');
$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.3.0');

$app->add(new Laravel\Homestead\MakeCommand);

Expand Down
2 changes: 1 addition & 1 deletion scripts/homestead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def Homestead.configure(config, settings)
# Configure The Box
config.vm.define settings["name"] ||= "homestead-7"
config.vm.box = settings["box"] ||= "laravel/homestead"
config.vm.box_version = settings["version"] ||= ">= 4.0.0"
config.vm.box_version = settings["version"] ||= ">= 5.2.0"
config.vm.hostname = settings["hostname"] ||= "homestead"

# Configure A Private Network IP
Expand Down

0 comments on commit 9f36545

Please sign in to comment.