From 8408bdc9cf312ab263d681550076f50ce68db65a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 03:46:35 +0300 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.1.0 (#24) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c31d0c..feada1b 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "10.0.19", + "phpunit/phpunit": "10.1.0", "squizlabs/php_codesniffer": "3.7.2" }, "scripts": {