Skip to content

Commit

Permalink
🔖 Fix L7 Travis build, Add PHP7.4 coverage, Prepare release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kronthto committed May 12, 2020
1 parent e3a2a03 commit 6694c86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand All @@ -19,6 +20,8 @@ matrix:
exclude:
- php: 7.1
env: laravel=^6.0
- php: 7.1
env: laravel=^7.0

cache:
directories:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Unreleased]


## [1.10.0] - 2020-05-12
### Added
- Laravel 7 support
- PHP 7.4 coverage

## [1.9.0] - 2019-09-23
### Added
- Laravel 6 support
Expand Down Expand Up @@ -77,7 +82,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Refreshes expired tokens
- (Cached) resource owner info

[Unreleased]: https://github.com/kronthto/laravel-oauth2-login/compare/v1.9.0...HEAD
[Unreleased]: https://github.com/kronthto/laravel-oauth2-login/compare/v1.10.0...HEAD
[1.10.0]: https://github.com/kronthto/laravel-oauth2-login/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/kronthto/laravel-oauth2-login/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/kronthto/laravel-oauth2-login/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/kronthto/laravel-oauth2-login/compare/v1.7.0...v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"laravel/framework": ">=5.5",
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0",
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0|^5.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0"
},
"autoload": {
Expand Down

0 comments on commit 6694c86

Please sign in to comment.