From 79fa971d0a74f7431a56c83baf05074113f04299 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:37:31 +0000 Subject: [PATCH] chore(deps): update dependency illuminate/testing to v13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 77ccd1a..078263a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.94", - "illuminate/testing": "^11.0 || ^12.0", + "illuminate/testing": "^11.0 || ^12.0 || ^13.0", "phpstan/phpstan": "^2.0", "symfony/http-foundation": "^6.4 || ^7.0 || ^8.0" },