From 333457be522787741471941b6df315026c30f3b9 Mon Sep 17 00:00:00 2001 From: Irfaq Syed Date: Wed, 13 Mar 2024 02:05:44 +0530 Subject: [PATCH] Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 07881d5..b9c7fd5 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "require": { "php": "^8.1", "guzzlehttp/guzzle": "^7.2", - "illuminate/notifications": "^10.0", - "illuminate/support": "^10.0" + "illuminate/notifications": "^10.0 || ^11.0", + "illuminate/support": "^10.0 || ^11.0" }, "require-dev": { "mockery/mockery": "^1.4.4", - "phpunit/phpunit": "^9.5.10" + "phpunit/phpunit": "^10.5 || ^11.0" }, "autoload": { "psr-4": {