From 729b998c32f5359de48b611091bdd60cd2a8019a Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 23 Feb 2026 21:28:27 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 0ef54e9..40aa142 100644 --- a/composer.json +++ b/composer.json @@ -13,15 +13,15 @@ "authors": [], "require": { "php": "^8.2", - "illuminate/console": "^11.0||^12.0", - "illuminate/database": "^11.0||^12.0", - "illuminate/support": "^11.0||^12.0", - "illuminate/routing": "^11.0||^12.0" + "illuminate/console": "^11.0||^12.0||^13.0", + "illuminate/database": "^11.0||^12.0||^13.0", + "illuminate/support": "^11.0||^12.0||^13.0", + "illuminate/routing": "^11.0||^12.0||^13.0" }, "require-dev": { - "phpunit/phpunit": "^10.0||^11.0", + "phpunit/phpunit": "^10.0||^11.0||^12.5.12", "mockery/mockery": "^1.4", - "orchestra/testbench": "^9.0||^10.0" + "orchestra/testbench": "^9.0||^10.0||^11.0" }, "autoload": { "psr-4": {