From 5613109d1cbf7f5fcc4b0c439ae2bf33249cb2a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:14:13 +0100 Subject: [PATCH] Update dependency phpunit/phpunit to ^11.2.9 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a00c26e..d1a9d11 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "require-dev": { "escapestudios/symfony2-coding-standard": "^3.13.0", - "phpunit/phpunit": "^11.2.8", + "phpunit/phpunit": "^11.2.9", "phpstan/phpstan": "^1.11.8", "phpstan/extension-installer": "^1.4.1", "phpstan/phpstan-phpunit": "^1.4.0",