From 0b724ce8819c27fd4fd2f026dcf2627e4eff0f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pelhate?= Date: Tue, 18 Aug 2026 14:12:23 +0200 Subject: [PATCH] Upgrade dependencies to support Laravel 13 --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index fcbd649..a4a5a10 100644 --- a/composer.json +++ b/composer.json @@ -25,13 +25,13 @@ }, "require-dev": { "carthage-software/mago": "^1.29.0", - "illuminate/collections": "^10.10|^11.0|^12.0", - "illuminate/console": "^10.10|^11.0|^12.0", - "illuminate/container": "^10.10|^11.0|^12.0", - "illuminate/contracts": "^10.10|^11.0|^12.0", - "illuminate/support": "^10.10|^11.0|^12.0", - "orchestra/testbench": "^8.0|^9.0|^10.0", - "phpunit/phpunit": "^11.5", + "illuminate/collections": "^10.10|^11.0|^12.0|^13.0", + "illuminate/console": "^10.10|^11.0|^12.0|^13.0", + "illuminate/container": "^10.10|^11.0|^12.0|^13.0", + "illuminate/contracts": "^10.10|^11.0|^12.0|^13.0", + "illuminate/support": "^10.10|^11.0|^12.0|^13.0", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", + "phpunit/phpunit": "^11.5|^12.0", "saloonphp/saloon": "^3.13" }, "suggest": { @@ -48,7 +48,7 @@ "illuminate/console": "<10.10", "illuminate/contracts": "<10.10", "illuminate/support": "<10.10", - "phpunit/phpunit": "<11.5 || >=12.0", + "phpunit/phpunit": "<11.5", "saloonphp/saloon": "<3.0" }, "autoload": {