From 0fce0e981fce69c8643159256e57a81a048b43cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:05:13 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.25 | 1.10.39 | | packagist | phpunit/phpunit | 10.2.6 | 10.4.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3f688e2..7055182 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ }, "require-dev": { "laminas/laminas-coding-standard": "^2.4.0", - "phpunit/phpunit": "10.2.6", + "phpunit/phpunit": "10.4.2", "psalm/plugin-phpunit": "^0.18.4", - "phpstan/phpstan": "1.10.25", + "phpstan/phpstan": "1.10.39", "laminas/laminas-test": "^4.8", "phpstan/extension-installer": "^1.2", "slam/phpstan-laminas-framework": "^1.4"