File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.5.0] - 2020-09-09
11
+ ### Changed
12
+ - Added support for Laravel 8
13
+
10
14
## [ 1.4.0] - 2020-03-03
11
15
### Changed
12
16
- Added support for Laravel 7
@@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
48
## [ 1.0.0] - 2019-11-19
45
49
- Initial release
46
50
47
- [ Unreleased ] : https://github.com/sprocketbox/laravel-jwt/compare/v1.4.0...develop
51
+ [ Unreleased ] : https://github.com/sprocketbox/laravel-jwt/compare/v1.5.0...develop
52
+ [ 1.5.0 ] : https://github.com/sprocketbox/laravel-jwt/compare/v1.4.0...v1.5.0
48
53
[ 1.4.0 ] : https://github.com/sprocketbox/laravel-jwt/compare/v1.3.0...v1.4.0
49
54
[ 1.3.0 ] : https://github.com/sprocketbox/laravel-jwt/compare/v1.2.0...v1.3.0
50
55
[ 1.2.0 ] : https://github.com/sprocketbox/laravel-jwt/compare/v1.1.2...v1.2.0
Original file line number Diff line number Diff line change 22
22
}
23
23
},
24
24
"require" : {
25
- "php" : " ^7.2 " ,
25
+ "php" : " ^7.3 " ,
26
26
"lcobucci/jwt" : " ^3.0" ,
27
- "laravel/framework" : " ^6.0||^7 .0" ,
27
+ "laravel/framework" : " ^6.0 || ^7.0 || ^8 .0" ,
28
28
"ramsey/uuid" : " ^3.7"
29
29
},
30
30
"extra" : {
You can’t perform that action at this time.
0 commit comments