From ff0846b6c603788a727b16835a6ee2bb381c240f Mon Sep 17 00:00:00 2001 From: Niklas Rosenqvist Date: Thu, 5 Mar 2020 13:06:59 +0100 Subject: [PATCH] Upgraded to Blade 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 08a4b9f..17a8348 100755 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ }, "require": { "php": "^7.0", - "illuminate/view": "^5.4" + "illuminate/view": "^6.0" } }