Skip to content

Commit

Permalink
Install Turbo 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 7, 2024
1 parent c6c06aa commit ad6369c
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 @@ -121,7 +121,7 @@ private function updateImportmapsDependencies(): void
private function jsDependencies(): array
{
return [
'@hotwired/turbo' => '^8.0.0-beta.1',
'@hotwired/turbo' => '^8.0.3',
'laravel-echo' => '^1.15.0',
'pusher-js' => '^8.0.1',
];
Expand Down

0 comments on commit ad6369c

Please sign in to comment.