Skip to content

Commit 83e17d4

Browse files
committed
Updated composer dependencies
1 parent 5b27853 commit 83e17d4

File tree

3 files changed

+601
-592
lines changed

3 files changed

+601
-592
lines changed

app/Filament/Widgets/ActiveUserOverview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ActiveUserOverview extends BaseWidget
1414
{
1515
protected static ?int $sort = 1;
1616

17-
protected static ?string $heading = 'A Registrations';
17+
protected ?string $heading = 'A Registrations';
1818

1919
protected function getCards(): array
2020
{

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"require": {
88
"php": "8.3.*",
99
"ext-zip": "*",
10-
"brick/money": "^0.9.0",
11-
"datomatic/laravel-enum-helper": "^1.1",
10+
"brick/money": "^0.10.0",
11+
"datomatic/laravel-enum-helper": "^2.0.0",
1212
"dedoc/scramble": "dev-main",
1313
"filament/filament": "^3.2",
14-
"flowframe/laravel-trend": "^0.2.0",
14+
"flowframe/laravel-trend": "^0.3.0",
1515
"gotenberg/gotenberg-php": "^2.8",
1616
"guzzlehttp/guzzle": "^7.2",
1717
"inertiajs/inertia-laravel": "^1.0",

0 commit comments

Comments
 (0)