Skip to content

Commit

Permalink
Merge branch 'release/1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Sep 9, 2020
2 parents 68fa819 + cb08151 commit 0f23010
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2020-09-09
### Changed
- Added support for Laravel 8

## [1.4.0] - 2020-03-03
### Changed
- Added support for Laravel 7
Expand Down Expand Up @@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2019-11-19
- Initial release

[Unreleased]: https://github.com/sprocketbox/laravel-jwt/compare/v1.4.0...develop
[Unreleased]: https://github.com/sprocketbox/laravel-jwt/compare/v1.5.0...develop
[1.5.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.1.2...v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
}
},
"require": {
"php": "^7.2",
"php": "^7.3",
"lcobucci/jwt": "^3.0",
"laravel/framework": "^6.0||^7.0",
"laravel/framework": "^6.0 || ^7.0 || ^8.0",
"ramsey/uuid": "^3.7"
},
"extra": {
Expand Down

0 comments on commit 0f23010

Please sign in to comment.