From 33cdcc9d4f7c129260a20c496712e2258abf7fd5 Mon Sep 17 00:00:00 2001 From: Vincent Garnier Date: Thu, 24 Sep 2020 16:53:52 +0200 Subject: [PATCH] Add support for Laravel 8 --- changelog.md | 5 +++++ composer.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index ef10a19..823794e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +2.8.0 (2020-09-24) +------------------ + +- Add support for Laravel 8 + 2.7.1 (2020-03-24) ------------------ diff --git a/composer.json b/composer.json index 4605f5c..098e550 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "license" : "MIT", "require" : { - "illuminate/support" : "~5.4 || ^6.0 || ^7.0", - "illuminate/session" : "~5.4 || ^6.0 || ^7.0" + "illuminate/support" : "~5.4 || ^6.0 || ^7.0 || ^8.0", + "illuminate/session" : "~5.4 || ^6.0 || ^7.0 || ^8.0" }, "autoload" : { "psr-4" : {