From 49de6356faa5a4cc2271e99e8c28cc0273fa6206 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Sun, 29 Mar 2020 20:50:52 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20support=20for=20laravel=20?= =?UTF-8?q?v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88f6182..1ed764c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "illuminate/support": "5.* || 6.*", + "illuminate/support": "5.* || 6.* || 7.*", "jasongrimes/paginator": "^1.0", "php": "~7.0" },