From 6ebfc855cda8bfce136ec74dc47e760b2ae3aff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 02:27:53 +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 2d1d772..7084724 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "name": "potherca/phpunit-testcase-traits", "require": { "php": "~5.3 | ~7.0", - "phpunit/phpunit": "~4.0 | ~5.0 | ~6.0" + "phpunit/phpunit": "11.1.3" }, "type": "library" }