From a86e2d4c2e81760b6b605bb44a09e93a1b874331 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 23 Aug 2019 10:30:29 +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 9bcd050..310fa37 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|5.8.x", + "illuminate/support": "^5.5|^6", "dompdf/dompdf": "^0.8" },