diff --git a/composer.lock b/composer.lock index f3da2ef..7ffc367 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",