From e24902cb0d75b399d0db15227f198aa62f2b2ddb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 07:32:48 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | lcobucci/clock | 3.0.0 | 3.1.0 | | packagist | phpunit/phpunit | 10.0.17 | 10.0.18 | --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7b34d418f..56615a5e9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "infection/infection": "^0.26.19", - "lcobucci/clock": "^3.0", + "lcobucci/clock": "^3.1.0", "lcobucci/coding-standard": "^9.0", "phpbench/phpbench": "^1.2.9", "phpstan/extension-installer": "^1.2", @@ -34,7 +34,7 @@ "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.10", "phpstan/phpstan-strict-rules": "^1.5.0", - "phpunit/phpunit": "^10.0.17" + "phpunit/phpunit": "^10.0.18" }, "suggest": { "lcobucci/clock": ">= 3.0"