From 2aca0c94a5d43346b7c65dfc968ba36a47725bcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:13:52 +0000 Subject: [PATCH] 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 14cfffe..e0607ea 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "jakub-onderka/php-parallel-lint": "1.0.0", - "phpunit/phpunit": "8.5.8", + "phpunit/phpunit": "11.1.0", "pdepend/pdepend": "2.8.0", "squizlabs/php_codesniffer": "3.5.2" },