Skip to content

Commit 0f23010

Browse files
committed
Merge branch 'release/1.5.0'
2 parents 68fa819 + cb08151 commit 0f23010

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.0] - 2020-09-09
11+
### Changed
12+
- Added support for Laravel 8
13+
1014
## [1.4.0] - 2020-03-03
1115
### Changed
1216
- Added support for Laravel 7
@@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4448
## [1.0.0] - 2019-11-19
4549
- Initial release
4650

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
4853
[1.4.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.3.0...v1.4.0
4954
[1.3.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.2.0...v1.3.0
5055
[1.2.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.1.2...v1.2.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
}
2323
},
2424
"require": {
25-
"php": "^7.2",
25+
"php": "^7.3",
2626
"lcobucci/jwt": "^3.0",
27-
"laravel/framework": "^6.0||^7.0",
27+
"laravel/framework": "^6.0 || ^7.0 || ^8.0",
2828
"ramsey/uuid": "^3.7"
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)