From 7d89947550933a58859cc97a2a291807328ab75e Mon Sep 17 00:00:00 2001 From: Sonny Spaan Date: Mon, 14 Feb 2022 15:42:55 +0100 Subject: [PATCH] Add Support for Laravel 9.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b9bf1d8..105c8dc 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "keywords": ["Laravel", "laravel-notify", "notification"], "require": { "php": ">=7.4", - "illuminate/support": "~7.0|~8.0" + "illuminate/support": "~7.0|~8.0|~9.0" }, "require-dev": { "mockery/mockery": "^1.0",