From 0650360f22ccbe39b8362afba259d95f29156a20 Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 22 Feb 2026 17:23:10 +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 9ed445b..8f3d3ec 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "symfony/stopwatch": "^4.0|^5.0|^6.0|^7.0" }, "require-dev": { - "orchestra/testbench": "^4.6|^5.0|^6.0|^8.0|^10.0", - "phpunit/phpunit": "^8.0|^9.0|^11.5.3" + "orchestra/testbench": "^4.6|^5.0|^6.0|^8.0|^10.0|^11.0", + "phpunit/phpunit": "^8.0|^9.0|^11.5.3|^12.5.12" }, "autoload": { "psr-4": {