From 6ec7e43d963d515a4d6291c3c72c0f3a90f3c228 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 07:53:13 +0000 Subject: [PATCH] chore(deps): update dependency php-mock/php-mock-phpunit to v2.7.1 --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index f3da2ef7..7ffc3673 100644 --- a/composer.lock +++ b/composer.lock @@ -1038,22 +1038,22 @@ }, { "name": "php-mock/php-mock-phpunit", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/php-mock/php-mock-phpunit.git", - "reference": "97b3278e65863e53066f31adb85d92334c0ea07b" + "reference": "dc4cf8896bf47647080dc5709a2c67ee9d437c21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-mock/php-mock-phpunit/zipball/97b3278e65863e53066f31adb85d92334c0ea07b", - "reference": "97b3278e65863e53066f31adb85d92334c0ea07b", + "url": "https://api.github.com/repos/php-mock/php-mock-phpunit/zipball/dc4cf8896bf47647080dc5709a2c67ee9d437c21", + "reference": "dc4cf8896bf47647080dc5709a2c67ee9d437c21", "shasum": "" }, "require": { "php": ">=7", "php-mock/php-mock-integration": "^2.2.1", - "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10" + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17" }, "require-dev": { "mockery/mockery": "^1.3.6" @@ -1093,7 +1093,7 @@ ], "support": { "issues": "https://github.com/php-mock/php-mock-phpunit/issues", - "source": "https://github.com/php-mock/php-mock-phpunit/tree/2.7.0" + "source": "https://github.com/php-mock/php-mock-phpunit/tree/2.7.1" }, "funding": [ { @@ -1101,7 +1101,7 @@ "type": "github" } ], - "time": "2023-03-06T17:25:07+00:00" + "time": "2023-03-21T06:55:31+00:00" }, { "name": "phpunit/php-code-coverage",