From e6956bcf3b44af3bb263459be016a41229399d0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:41:12 +0000 Subject: [PATCH] deps(deps): update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b225f65..deb3c06e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "^10.5 || 11.0", + "phpunit/phpunit": "^10.5 || 11.0 || 11.2.5", "psalm/plugin-laravel": "^2.11", "psalm/plugin-phpunit": "^0.19", "rector/rector": "^1.1",