From 2edef089f6f21752cd22f05076d39ff8f9969d17 Mon Sep 17 00:00:00 2001 From: J David Baker Date: Fri, 24 Aug 2018 00:20:15 -0500 Subject: [PATCH] Adding Laravel 5.7 support (#508) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c20c4a2..c79f25c 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x", + "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x", "dompdf/dompdf": "^0.8" },