Skip to content

Commit

Permalink
add popover package to about command
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 1, 2024
1 parent ad47c8f commit 8c3c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function packageBooted(): void
'artemis',
'matrix-choice',
'core',
'tyche',
'popover',
])
->filter(fn (string $package): bool => InstalledVersions::isInstalled("lara-zeus/{$package}"))
->mapWithKeys(fn ($package) => [$package => InstalledVersions::getPrettyVersion("lara-zeus/{$package}")])
Expand Down

0 comments on commit 8c3c5bf

Please sign in to comment.