Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 32985e1

Browse files
author
José Postiga
committed
feat: add health-check package and update dependencies
1 parent 3fe57a3 commit 32985e1

File tree

4 files changed

+294
-229
lines changed

4 files changed

+294
-229
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to `laravel-portugal/api` will be documented in this file
66

77
### Added
88

9-
- N/A
9+
- Require `josepostiga/larabeat` package to support health-check endpoints.
1010

1111
### Changed
1212

@@ -26,7 +26,7 @@ All notable changes to `laravel-portugal/api` will be documented in this file
2626

2727
### Security
2828

29-
- N/A
29+
- Update dependencies
3030

3131
## 2.1.0 - 2021-03-07
3232

bootstrap/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
$app->register(\GrahamCampbell\Throttle\ThrottleServiceProvider::class);
108108
$app->register(\Illuminate\Mail\MailServiceProvider::class);
109109
$app->register(\Illuminate\Notifications\NotificationServiceProvider::class);
110+
$app->register(\JosePostiga\Larabeat\LarabeatServiceProvider::class);
110111
$app->register(\Tymon\JWTAuth\Providers\LumenServiceProvider::class);
111112

112113
/*

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"graham-campbell/throttle": "8.1",
1212
"illuminate/mail": "^8.8",
1313
"illuminate/notifications": "^8.8",
14+
"josepostiga/larabeat": "^1.0",
1415
"laravel/lumen-framework": "^8.0",
1516
"league/flysystem": "^1.1",
1617
"tymon/jwt-auth": "^1.0"

0 commit comments

Comments
 (0)