From 60ec237122da954577adb4a2569afa85915aff6e Mon Sep 17 00:00:00 2001 From: ziming Date: Fri, 9 Oct 2020 05:25:25 +0800 Subject: [PATCH] Laravel 8 support (#5) Co-authored-by: atymic --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 601b2fd..e1bf346 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "require": { "php": ">=7.2", - "illuminate/notifications": "~5.5 || ~6.0 || ~7.0", - "illuminate/support": "~5.5 || ~6.0 || ~7.0", + "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0", + "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0", "infobip/infobip-api-php-client": "dev-master" }, "require-dev": {