From 0158f0edd0bec9ddc945ef154122a673f1604040 Mon Sep 17 00:00:00 2001 From: PM Date: Fri, 11 Sep 2020 09:35:05 +0300 Subject: [PATCH] Updated composer.json for Laravel 8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1a022a..84a6bec 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "keywords": ["Laravel", "laravel-notify", "notification"], "require": { "php": ">=7.1", - "illuminate/support": "~7.0" + "illuminate/support": "^7.0|^8.0" }, "require-dev": { "mockery/mockery": "^1.0",