From 8c186721240ba2f2fce166377cf069c098093261 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 2 Mar 2026 12:11:28 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5da9513..f6a1051 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": "^8.1", - "illuminate/queue": "^10.0|^11.0|^12.0", + "illuminate/queue": "^10.0|^11.0|^12.0|^13.0", "microsoft/azure-storage-queue": "~1.3.0" }, "require-dev": { - "phpunit/phpunit": "^10.0|^11.5.3", - "orchestra/testbench": "^8.0|^9.0|^10.0", + "phpunit/phpunit": "^10.0|^11.5.3|^12.5.12", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", "mockery/mockery": "~1.0", "php-coveralls/php-coveralls": "~2.0", "ext-json": "*"