mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
Updated composer dependencies
This commit is contained in:
committed by
Constantin Graf
parent
5b27853546
commit
83e17d4a40
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
1185
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user