Skip to content

Commit

Permalink
install 2.0 livewire
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 2, 2020
1 parent 3118969 commit b99cbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function configureSession()
protected function installLivewireStack()
{
// Install Livewire...
(new Process(['composer', 'require', 'livewire/livewire', 'laravel/sanctum:^2.6'], base_path()))
(new Process(['composer', 'require', 'livewire/livewire:^2.0', 'laravel/sanctum:^2.6'], base_path()))
->run(function ($type, $output) {
$this->output->write($output);
});
Expand Down

0 comments on commit b99cbd7

Please sign in to comment.