From 22d755bfbe639d5f81381cf2c563c7a84c5f8e1d Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 23 Mar 2026 13:17:10 +0100 Subject: [PATCH] fix: Update Laravel and Testbench version requirements for compatibility with Laravel 13 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 90535e6..261c24c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^8.2", - "laravel/framework": "^11.0|^12.0", + "laravel/framework": "^11.0|^12.0|^13.0", "aws/aws-sdk-php": "^3.339", "prism-php/prism": ">=0.99.7" }, @@ -41,7 +41,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0", "rector/rector": "2.2.14", "projektgopher/whisky": "^0.7.0", - "orchestra/testbench": "^9.4", + "orchestra/testbench": "^9.4|^10.0", "mockery/mockery": "^1.6", "symplify/rule-doc-generator-contracts": "^11.2", "phpstan/phpdoc-parser": "^2.0",