Updated composer dependencies

This commit is contained in:
Constantin Graf
2024-11-16 15:35:58 +01:00
committed by Constantin Graf
parent 5b27853546
commit 83e17d4a40
3 changed files with 601 additions and 592 deletions

View File

@@ -14,7 +14,7 @@ class ActiveUserOverview extends BaseWidget
{ {
protected static ?int $sort = 1; protected static ?int $sort = 1;
protected static ?string $heading = 'A Registrations'; protected ?string $heading = 'A Registrations';
protected function getCards(): array protected function getCards(): array
{ {

View File

@@ -7,11 +7,11 @@
"require": { "require": {
"php": "8.3.*", "php": "8.3.*",
"ext-zip": "*", "ext-zip": "*",
"brick/money": "^0.9.0", "brick/money": "^0.10.0",
"datomatic/laravel-enum-helper": "^1.1", "datomatic/laravel-enum-helper": "^2.0.0",
"dedoc/scramble": "dev-main", "dedoc/scramble": "dev-main",
"filament/filament": "^3.2", "filament/filament": "^3.2",
"flowframe/laravel-trend": "^0.2.0", "flowframe/laravel-trend": "^0.3.0",
"gotenberg/gotenberg-php": "^2.8", "gotenberg/gotenberg-php": "^2.8",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^1.0", "inertiajs/inertia-laravel": "^1.0",

1185
composer.lock generated

File diff suppressed because it is too large Load Diff