From 2bc6b2be8494887b01c9bb53badd7caed6b2ee4f Mon Sep 17 00:00:00 2001 From: Ion Bazan Date: Thu, 17 Sep 2020 15:22:50 +0700 Subject: [PATCH] Allow illuminate/view ^8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b32366..2e5175c 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.0", - "illuminate/view": "^5.5|^6.0|^7.0" + "illuminate/view": "^5.5|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^6.0|^7.0",