From b8bd5db744d51adb11623547f281dfaf5ac60230 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 3 Oct 2019 10:22:24 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8c08ad6d..4f01c872 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "require": { "php": ">=7.1", "twig/twig": "~2.0", - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.x|^6.0", - "illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.x|^6.0" + "illuminate/support": "^5.5|^6", + "illuminate/view": "^5.5|^6" }, "require-dev": { "laravel/framework": "5.5.*",