From f2365006d3cd1ea8d0b37974e5ff3e079cc75ebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:57:29 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.20 | 11.2.8 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index faeb9b0..4088985 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "~8.1.0 || ~8.2.0", "ext-json": "*", - "phpunit/phpunit": "^9.6.20" + "phpunit/phpunit": "^11.2.8" }, "config": { "allow-plugins": {