From 39ec6d130044066c46b891e5620220be5fa166d1 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Tue, 19 Mar 2024 02:42:00 -0400 Subject: [PATCH] Laravel 11.x Compatibility (#25) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 29283b9..47f63a1 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "require": { "php": ">=8.0", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "illuminate/notifications": "^9.0.2 || ^10.0", - "illuminate/support": "^9.0.2 || ^10.0" + "illuminate/notifications": "^9.0.2 || ^10.0 || ^11.0", + "illuminate/support": "^9.0.2 || ^10.0 || ^11.0" }, "require-dev": { - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.5.10" + "orchestra/testbench": "^7.0 || ^9.0", + "phpunit/phpunit": "^9.5.10 || ^10.5" }, "autoload": { "psr-4": {