Skip to content

Commit

Permalink
updated package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajsohal committed Jun 17, 2023
1 parent c79a28e commit 4fd6f76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ public function handle() {
$this->components->info('Installed Configurations.');

$this->requireComposerPackages([
"mpociot/teamwork:^7.0",
"spatie/laravel-permission:^5.5",
"usernotnull/tall-toasts:^1.5",
"mpociot/teamwork:^8.1",
"spatie/laravel-permission:^5.10",
"usernotnull/tall-toasts:^1.7",
"wire-elements/modal:^1.0",
"laravel/cashier:^14.1",
"livewire/livewire:^2.10",
"rappasoft/laravel-livewire-tables:^2.8",
"electrik/slate:dev-development",
"doctrine/dbal:^3.4",
"laravel/cashier:^14.12",
"livewire/livewire:^2.12",
"rappasoft/laravel-livewire-tables:^2.14",
"electrik/slate:^0.1",
"doctrine/dbal:^3.6",
]);

$this->components->info('Installed Composer Packages.');
Expand Down

0 comments on commit 4fd6f76

Please sign in to comment.