From a4faebbb0c18cf775fda4247c926faa6319ee611 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 7 Sep 2020 14:36:34 +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 e17ea8ed..4f35c6ae 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "require": { "php": ">=7.1", "twig/twig": "^2.11", - "illuminate/support": "^5.5|^6|^7", - "illuminate/view": "^5.5|^6|^7" + "illuminate/support": "^5.5|^6|^7|^8", + "illuminate/view": "^5.5|^6|^7|^8" }, "require-dev": { "ext-json": "*",