Skip to content

Commit

Permalink
Merge branch 'release/v0.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
renepardon committed May 6, 2023
2 parents 0e178b5 + 314e724 commit e4fd8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Commands/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ protected function askForInformation()
$this->appName = $this->ask('[laravel] What should be the name of your new application?', 'new-app');
$this->laravelVersion = $this->choice(
'[laravel] Which version should be installed?',
['^8.0', '^9.0'],
'^9.0'
['^9.0', '^10.0',],
'^10.0'
);

render(view('starter-kit-information'));
Expand Down

0 comments on commit e4fd8c6

Please sign in to comment.