From b3c392b8b5904bc271b08e65d6d121c92520709f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 17:51:49 +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 c411fba..ce6154d 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ }, "require-dev": { "malukenho/docheader": "^1.0.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^11.0", "phpspec/prophecy": "^1.10", "phpspec/prophecy-phpunit": "^2.0", "friendsofphp/php-cs-fixer": "^3.43",