From 3fd817065e1c820b1ddace8b2bf65ca45088df4f Mon Sep 17 00:00:00 2001 From: Dallin Date: Tue, 26 Feb 2019 11:07:43 -0700 Subject: [PATCH] add support for laravel 5.8 (#563) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ae3f6a7..9bcd050 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7", - "illuminate/support": "5.5.x|5.6.x|5.7.x", + "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x", "dompdf/dompdf": "^0.8" },