Skip to content

Commit 5720f0c

Browse files
Update InstallCommand.php (#1578)
1 parent 80cda6d commit 5720f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ protected function configureSession()
150150
protected function installLivewireStack()
151151
{
152152
// Install Livewire...
153-
if (! $this->requireComposerPackages('livewire/livewire:^3.0')) {
153+
if (! $this->requireComposerPackages('livewire/livewire:^3.6.4')) {
154154
return false;
155155
}
156156

0 commit comments

Comments
 (0)