This repository was archived by the owner on Jun 29, 2021. It is now read-only.
File tree 4 files changed +294
-229
lines changed
4 files changed +294
-229
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to `laravel-portugal/api` will be documented in this file
6
6
7
7
### Added
8
8
9
- - N/A
9
+ - Require ` josepostiga/larabeat ` package to support health-check endpoints.
10
10
11
11
### Changed
12
12
@@ -26,7 +26,7 @@ All notable changes to `laravel-portugal/api` will be documented in this file
26
26
27
27
### Security
28
28
29
- - N/A
29
+ - Update dependencies
30
30
31
31
## 2.1.0 - 2021-03-07
32
32
Original file line number Diff line number Diff line change 107
107
$ app ->register (\GrahamCampbell \Throttle \ThrottleServiceProvider::class);
108
108
$ app ->register (\Illuminate \Mail \MailServiceProvider::class);
109
109
$ app ->register (\Illuminate \Notifications \NotificationServiceProvider::class);
110
+ $ app ->register (\JosePostiga \Larabeat \LarabeatServiceProvider::class);
110
111
$ app ->register (\Tymon \JWTAuth \Providers \LumenServiceProvider::class);
111
112
112
113
/*
Original file line number Diff line number Diff line change 11
11
"graham-campbell/throttle" : " 8.1" ,
12
12
"illuminate/mail" : " ^8.8" ,
13
13
"illuminate/notifications" : " ^8.8" ,
14
+ "josepostiga/larabeat" : " ^1.0" ,
14
15
"laravel/lumen-framework" : " ^8.0" ,
15
16
"league/flysystem" : " ^1.1" ,
16
17
"tymon/jwt-auth" : " ^1.0"
You can’t perform that action at this time.
0 commit comments