Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancc committed Mar 29, 2024
1 parent a1ea099 commit f874bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/FilamentJetstreamCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected function installFilamentPackage(): bool
protected function installJetstreamPackage(): bool
{
if (! $this->hasComposerPackage('laravel/jetstream')) {
return $this->requireComposerPackages('laravel/jetstream:^4.2');
return $this->requireComposerPackages('laravel/jetstream:^5.0');
}

return true;
Expand Down

0 comments on commit f874bf0

Please sign in to comment.