From 8ea16819c9500e683b32404c946ba2eb222f6482 Mon Sep 17 00:00:00 2001 From: Robert Kummer Date: Sat, 12 Sep 2020 10:33:40 +0200 Subject: [PATCH] Laravel 8 support #61 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 54d7d42..2f16000 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,12 @@ ], "require": { "php": "^7.2", - "illuminate/config": "~5.0 || ^6.0 || ^7.0", - "illuminate/session": "~5.0 || ^6.0 || ^7.0", - "illuminate/support": "~5.0 || ^6.0 || ^7.0" + "illuminate/config": "~5.0 || ^6.0 || ^7.0 || ^8.0", + "illuminate/session": "~5.0 || ^6.0 || ^7.0 || ^8.0", + "illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { - "laravel/framework": "~5.0 || ^6.0 || ^7.0" + "laravel/framework": "~5.0 || ^6.0 || ^7.0 || ^8.0" }, "autoload": { "psr-0": {