Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 3, 2023
1 parent 79584e3 commit 6058f83
Show file tree
Hide file tree
Showing 6 changed files with 3,389 additions and 2,315 deletions.
4 changes: 2 additions & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AppServiceProvider extends ServiceProvider
{
public function boot(): void
{
// OhDearUptimeTileComponent::showTile(fn (array $downSites) => count($downSites));
// BelgianTrainsTileComponent::showTile(fn () => now()->hour >= 16 && now()->hour <= 20);
OhDearUptimeTileComponent::showTile(fn (array $downSites) => count($downSites));
BelgianTrainsTileComponent::showTile(fn () => now()->hour >= 16 && now()->hour <= 20);
}
}
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,31 @@
"knplabs/github-api": "^3.3",
"laravel/framework": "^10.25",
"laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "^3.0",
"markwalet/laravel-packagist": "^v1.1",
"nyholm/psr7": "^1.4",
"pda/pheanstalk": "^4.0",
"pusher/pusher-php-server": "^7.0",
"spatie/data-transfer-object": "^2.6",
"spatie/laravel-dashboard": "dev-main as 3.0.0",
"spatie/laravel-dashboard-time-weather-tile": "^3.0",
"spatie/laravel-dashboard-belgian-trains-tile": "^3.0",
"spatie/laravel-dashboard-calendar-tile": "^3.0",
"spatie/laravel-dashboard-coffee-tile": "^3.0",
"spatie/laravel-dashboard-oh-dear-uptime-tile": "^3.0",
"spatie/laravel-dashboard-velo-tile": "^3.0",
"spatie/laravel-dashboard-attendances-tile": "^3.0",
"spatie/laravel-google-calendar": "^3.5",
"spatie/laravel-ignition": "^2.0",
"spatie/laravel-tail": "^4.4",
"spatie/last-fm-now-playing": "^1.0",
"spatie/valuestore": "^1.2",
"league/flysystem-aws-s3-v3": "^3.0",
"spatie/laravel-ignition": "^2.0"
"spatie/valuestore": "^1.2"
},
"require-dev": {
"laravel/envoy": "^2.8",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.3",
"spatie/laravel-ray": "^1.33",
"phpunit/phpunit": "^9.5.10",
"fakerphp/faker": "^1.9.1"
},
Expand Down
Loading

0 comments on commit 6058f83

Please sign in to comment.