Skip to content

Commit

Permalink
Require turbo 8 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Nov 24, 2023
1 parent 74ce800 commit 45d1c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/TurboInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private function updateImportmapsDependencies(): void
private function jsDependencies(): array
{
return [
'@hotwired/turbo' => '^7.2.5',
'@hotwired/turbo' => '^8.0.0-beta.1',
'laravel-echo' => '^1.15.0',
'pusher-js' => '^8.0.1',
] + $this->alpineDependencies();
Expand Down

0 comments on commit 45d1c75

Please sign in to comment.