From c693af85a9b75dd22319a77d1b39b4ca1a83ada9 Mon Sep 17 00:00:00 2001 From: whoisnobody <63454966+whoisnobody@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:23:21 +0200 Subject: [PATCH] Laravel 11 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 285c9d7..9dc8396 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "require": { "php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0", "guzzlehttp/guzzle": "^6.2 || ^7.0", - "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0", - "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0" + "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0", + "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0|| ~11.0" }, "require-dev": { "mockery/mockery": "^1.2.0",