From 433643142cfd1bca39690085d3bcd140b242c9c9 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 18:29:19 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- 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": {