From 287b5b5f42009714bf043e344a7a03b3a71c372e Mon Sep 17 00:00:00 2001 From: Stefan Bauer <mail@stefanbauer.me> Date: Wed, 11 Mar 2020 06:46:35 +0100 Subject: [PATCH] Make Laravel 7.0 compatible --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 12a861d..6cac986 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "^5.3 || ^6.0", - "illuminate/routing": "^5.3 || ^6.0", + "illuminate/support": "^5.3 || ^6.0 || ^7.0", + "illuminate/routing": "^5.3 || ^6.0 || ^7.0", "jimdo/prometheus_client_php": "^0.9.0" }, "autoload": {