From b2332fdf38f27d182c5ba9900085eae49d0cb323 Mon Sep 17 00:00:00 2001 From: Yoruchiaki <13967564+Yoruchiaki@users.noreply.github.com> Date: Fri, 26 May 2023 11:11:50 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 827de9f..49e67bc 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ ], "require": { "php": ">=7.0", - "illuminate/notifications": "^5.5 || ^6.0", - "illuminate/support": "^5.5 || ^6.0", + "illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0", "yansongda/supports": "^1.8 || ^2.0" }, "require-dev": {