From 4afc6918506632da01e8469f6b1011beb89e37b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=BCndig?= Date: Fri, 30 Jul 2021 16:41:39 +0200 Subject: [PATCH] Added support for Laravel 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 24ffa53..4eca64a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "prefer-stable": true, "require": { "php": ">=7.1", - "illuminate/support": "~5.5.0" + "illuminate/support": "~5.5.0|~6.0" }, "require-dev": { },