From d80d040a5c6ecc4433b35069f2ab6699813cd136 Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 2 Oct 2020 13:53:09 +0300 Subject: [PATCH] upgrade to laravel 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6cac986..457045c 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "^5.3 || ^6.0 || ^7.0", - "illuminate/routing": "^5.3 || ^6.0 || ^7.0", + "illuminate/support": "^5.3 || ^6.0 || ^7.0 || ^ 8.0", + "illuminate/routing": "^5.3 || ^6.0 || ^7.0 || ^ 8.0", "jimdo/prometheus_client_php": "^0.9.0" }, "autoload": {