From 82fc311bf6fd7a8ebf862baf524025a079a2a610 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 27 Feb 2026 14:29:11 +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 52fbff3..67ff8bb 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ }, "require": { "php": "^8.2", - "illuminate/support": "^11.0|^12.0", + "illuminate/support": "^11.0|^12.0|^13.0", "cartalyst/sentinel": "^9.0" }, "require-dev": { - "phpunit/phpunit": "^10.5|^11.5.3", - "orchestra/testbench": "^9.0|^10.0", + "phpunit/phpunit": "^10.5|^11.5.3|^12.5.12", + "orchestra/testbench": "^9.0|^10.0|^11.0", "mockery/mockery": "^1.4.4" }, "autoload-dev": {