From 8ec0d6e7897e818600c1d61276e01dd2257d173c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:37:48 +0000 Subject: [PATCH] fix(deps): update dependency phpunit/phpunit to v13 --- composer.json | 2 +- fixtures/laravel-app/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 530a5f6..80de46d 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "behat/behat": "^3.14", - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^13.0" }, "autoload": { "psr-4": { "Watson\\": "src/" } diff --git a/fixtures/laravel-app/composer.json b/fixtures/laravel-app/composer.json index 9f9e6b3..2b9d9a0 100644 --- a/fixtures/laravel-app/composer.json +++ b/fixtures/laravel-app/composer.json @@ -7,7 +7,7 @@ "php": "^8.4", "hellpat/watson": "@dev", "laravel/framework": "^13.0", - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^13.0" }, "repositories": [ { "type": "path", "url": "../..", "options": { "symlink": true } }