Skip to content

Commit

Permalink
Updated composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Nov 16, 2024
1 parent 5b27853 commit 83e17d4
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 592 deletions.
2 changes: 1 addition & 1 deletion app/Filament/Widgets/ActiveUserOverview.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ActiveUserOverview extends BaseWidget
{
protected static ?int $sort = 1;

protected static ?string $heading = 'A Registrations';
protected ?string $heading = 'A Registrations';

protected function getCards(): array
{
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"require": {
"php": "8.3.*",
"ext-zip": "*",
"brick/money": "^0.9.0",
"datomatic/laravel-enum-helper": "^1.1",
"brick/money": "^0.10.0",
"datomatic/laravel-enum-helper": "^2.0.0",
"dedoc/scramble": "dev-main",
"filament/filament": "^3.2",
"flowframe/laravel-trend": "^0.2.0",
"flowframe/laravel-trend": "^0.3.0",
"gotenberg/gotenberg-php": "^2.8",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^1.0",
Expand Down
Loading

0 comments on commit 83e17d4

Please sign in to comment.