Skip to content

Commit b99cbd7

Browse files
committedSep 2, 2020
install 2.0 livewire
1 parent 3118969 commit b99cbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/Console/InstallCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected function configureSession()
113113
protected function installLivewireStack()
114114
{
115115
// Install Livewire...
116-
(new Process(['composer', 'require', 'livewire/livewire', 'laravel/sanctum:^2.6'], base_path()))
116+
(new Process(['composer', 'require', 'livewire/livewire:^2.0', 'laravel/sanctum:^2.6'], base_path()))
117117
->run(function ($type, $output) {
118118
$this->output->write($output);
119119
});

0 commit comments

Comments
 (0)
Please sign in to comment.