We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6656e76 commit 9767806Copy full SHA for 9767806
src/Console/InstallsLivewireStack.php
@@ -26,7 +26,7 @@ protected function installLivewireStack($functional = false)
26
});
27
28
// Install Livewire...
29
- if (! $this->requireComposerPackages(['livewire/livewire:^3.4', 'livewire/volt:^1.0'])) {
+ if (! $this->requireComposerPackages(['livewire/livewire:^3.4', 'livewire/volt:^1.7.0'])) {
30
return 1;
31
}
32
0 commit comments