From 6500a63fe7ccd25522068a6b070c673ac1d76579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:32:20 +0300 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.4.1 (#42) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e6eb4a..4f2a6e4 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "10.3.5", + "phpunit/phpunit": "10.4.1", "squizlabs/php_codesniffer": "3.7.2" }, "scripts": {