From 6e4fd04b116843079c70e3b0da0f9fbe310d9397 Mon Sep 17 00:00:00 2001 From: Craig Morris Date: Thu, 21 May 2020 17:06:41 +0100 Subject: [PATCH] Support Laravel 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 133617b..494134b 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.1.3", - "illuminate/notifications": "5.7.*|5.8.*|^6.0", + "illuminate/notifications": "5.7.*|5.8.*|^6.0|7.0", "ryanwinchester/hubspot-php": "^1.2" }, "require-dev": {