From c88cf00cf6377c294379db008e763c32fd089e3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:08:15 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.16 | 11.0.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51a3299..ff09753 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.16" + "phpunit/phpunit": "^11.0.3" }, "config": { "allow-plugins": {