Skip to content

Commit 24ec224

Browse files
committed
Uses stable version of Livewire
1 parent 4c6bcd7 commit 24ec224

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
@@ -147,7 +147,7 @@ protected function configureSession()
147147
protected function installLivewireStack()
148148
{
149149
// Install Livewire...
150-
if (! $this->requireComposerPackages('livewire/livewire:dev-feat/l11')) {
150+
if (! $this->requireComposerPackages('livewire/livewire:^3.0')) {
151151
return false;
152152
}
153153

0 commit comments

Comments
 (0)