From e905fd3cfe48e4e71be1d3da13fbb1dbb7799151 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Mar 2026 11:16:49 +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 4b9d0b2..9b058c4 100644 --- a/composer.json +++ b/composer.json @@ -11,16 +11,16 @@ "minimum-stability": "dev", "require": { "php": "^8.1", - "illuminate/support": "^10.0|^11.0|^12.0", - "illuminate/database": "^10.0|^11.0|^12.0", - "illuminate/contracts": "^10.0|^11.0|^12.0", - "illuminate/session": "^10.0|^11.0|^12.0" + "illuminate/support": "^10.0|^11.0|^12.0|^13.0", + "illuminate/database": "^10.0|^11.0|^12.0|^13.0", + "illuminate/contracts": "^10.0|^11.0|^12.0|^13.0", + "illuminate/session": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "roave/security-advisories": "dev-latest", "mockery/mockery": "^1.0", - "orchestra/testbench": "^8.0|^9.0|^10.0", - "phpunit/phpunit": "^9.0|^10.5|^11.5.3" + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", + "phpunit/phpunit": "^9.0|^10.5|^11.5.3|^12.5.12" }, "autoload": { "psr-4": {