From ada3befb427882d62f15583981fe4976a0fe42b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:28:34 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^11.3.5 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.3.4 | 11.3.5 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eed066c..3b16411 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.2.0 || ~8.3.0" }, "require-dev": { - "phpunit/phpunit": "^11.3.4", + "phpunit/phpunit": "^11.3.5", "slam/php-cs-fixer-extensions": "^3.11.1" }, "autoload": {