From 42c74b716e76d3eff4dafe2d6d927758a588c1fb Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 20 Feb 2026 22:08:23 +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 bc05377..b42a889 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^10.0|^11.0|^12.0" + "illuminate/support": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { - "orchestra/testbench": "^3.6|^5.0|^6.0|^7.0|^8.0", - "phpunit/phpunit": "^9.5.8|^10.0.7" + "orchestra/testbench": "^3.6|^5.0|^6.0|^7.0|^8.0|^11.0", + "phpunit/phpunit": "^9.5.8|^10.0.7|^12.5.12" }, "autoload": { "psr-4": {