We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cda6d commit 5720f0cCopy full SHA for 5720f0c
src/Console/InstallCommand.php
@@ -150,7 +150,7 @@ protected function configureSession()
150
protected function installLivewireStack()
151
{
152
// Install Livewire...
153
- if (! $this->requireComposerPackages('livewire/livewire:^3.0')) {
+ if (! $this->requireComposerPackages('livewire/livewire:^3.6.4')) {
154
return false;
155
}
156
0 commit comments