From bcb1f9cebf6fc42cffada4f0263f9f419782e57f Mon Sep 17 00:00:00 2001 From: Daniil Zobov Date: Tue, 22 Dec 2020 19:20:51 +0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6cac986..aba64e1 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": {