From 682c1034733b7d0cab55a98cea839bfbd7f8c21b Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Mar 2026 15:19:34 +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 6aa940d..aa088e2 100644 --- a/composer.json +++ b/composer.json @@ -33,15 +33,15 @@ "minimum-stability": "stable", "require": { "php": "^8.2", - "illuminate/support": "^11.0|^12.0", - "illuminate/database": "^11.0|^12.0", - "illuminate/config": "^11.0|^12.0" + "illuminate/support": "^11.0|^12.0|^13.0", + "illuminate/database": "^11.0|^12.0|^13.0", + "illuminate/config": "^11.0|^12.0|^13.0" }, "require-dev": { - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^11.0|^12.5.12", "friendsofphp/php-cs-fixer": "^3.7", - "squizlabs/php_codesniffer": "^3.6", - "orchestra/testbench": "^9.0|^10.0" + "squizlabs/php_codesniffer": "^3.6|^4.0", + "orchestra/testbench": "^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {