From 73f76f20b782a20a2a2e1db25b651a2d150e349e Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Thu, 17 Sep 2020 21:00:26 +0200 Subject: [PATCH] Laravel 8 compatibility --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0cc5e33..e08476a 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ "license": "MIT", "require": { "php": "^7.2.5", - "illuminate/console": "4 - 7", - "illuminate/support": "4 - 7", - "illuminate/routing": "4 - 7", + "illuminate/console": "4 - 8", + "illuminate/support": "4 - 8", + "illuminate/routing": "4 - 8", "league/flysystem": "~1.0", "symfony/http-foundation": "2 - 5", "symfony/http-kernel": "2 - 5",