From 317117f22c6c2b9a4f78976f097c3082e40902da Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Sun, 31 Mar 2024 21:31:08 -0400 Subject: [PATCH] Laravel 11.x Compatibility (#71) --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 705d07a..2211720 100644 --- a/composer.json +++ b/composer.json @@ -21,16 +21,16 @@ "php": "^7.2|^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0", - "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0", - "illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0", - "illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0", + "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0", + "illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0", + "illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0", "textalk/websocket": "^1.2" }, "require-dev": { "mockery/mockery": "^1.3.3", - "orchestra/testbench": "^6.0 || ^7.0 || ^8.0", - "phpunit/phpunit": "^8.5 || ^9.0" + "orchestra/testbench": "^6.0 || ^7.0 || ^8.0|^9.0", + "phpunit/phpunit": "^8.5 || ^9.0|^10.5" }, "autoload": { "psr-4": {