Skip to content

Commit

Permalink
Added Laravel 7 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Feb 29, 2020
1 parent c1de90b commit ef51cfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2020-02-29
### Added
- Laravel 7 compatibility.

## [0.1.1] - 2019-11-28
### Added
- ability to log in via API.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"illuminate/auth": "^6.2",
"illuminate/database": "^6.2",
"illuminate/support": "^6.2",
"illuminate/auth": "^7.0",
"illuminate/database": "^7.0",
"illuminate/support": "^7.0",
"laravel/socialite": "^4.2"
},
"require-dev": {
Expand Down

0 comments on commit ef51cfb

Please sign in to comment.