From 1ff724bf3b8eac2ee494d2bb92a26de2685e1358 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 00:55:53 +0300 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.2.0 (#28) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0353c9a..ca967a9 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "10.1.3", + "phpunit/phpunit": "10.2.0", "squizlabs/php_codesniffer": "3.7.2" }, "scripts": {