From ad3dcb5628828805e58b86f653974d7ee96dda98 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Mar 2026 14:26:33 +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 cfc2dc6..abe3c0a 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ } ], "require": { - "illuminate/support": "9.*|10.*|11.*|^12.0", + "illuminate/support": "9.*|10.*|11.*|^12.0|^13.0", "jasongrimes/paginator": "^1.0", "php": "^8.1", "ext-json": "*" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0|^10.0", - "phpunit/phpunit": "^9.5|^10.4|^11.5.3", + "orchestra/testbench": "^7.0|^8.0|^10.0|^11.0", + "phpunit/phpunit": "^9.5|^10.4|^11.5.3|^12.5.12", "mockery/mockery": "^1.4.4" }, "autoload": {