From ef51cfba55adfa30f2b2a0052ad4530fcf33ed89 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Sat, 29 Feb 2020 13:25:01 -0800 Subject: [PATCH] Added Laravel 7 compatibility. --- CHANGELOG.md | 4 ++++ composer.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead9ebe..144989e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index 180d54f..fa9c56e 100644 --- a/composer.json +++ b/composer.json @@ -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": {