From 30310e0a675462bf2aa9d448c8dcbf57fbcc517d Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 7 Sep 2020 13:50:18 +0200 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2300af8..ad48fb2 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7", - "illuminate/support": "^5.5|^6|^7", + "illuminate/support": "^5.5|^6|^7|^8", "dompdf/dompdf": "^0.8" },