From e9eb83d7d991de0fcb74398a698e0cdfef6d189d Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 15 Sep 2020 01:22:32 +0200 Subject: [PATCH] Update to Laravel 8 (#127) Adding support for Laravel 8.* --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d4a92c8..0d663aa 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "~5.0|^6.0|^7.0", - "illuminate/session": "~5.0|^6.0|^7.0" + "illuminate/support": "~5.0|^6.0|^7.0|^8.0", + "illuminate/session": "~5.0|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^7.0",