From 0283ffadf9123b601e24b4b26a6e30c6430105b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:51:05 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | packagist | laminas/laminas-filter | 2.39.0 | 2.40.0 | | packagist | laminas/laminas-validator | 2.64.1 | 2.64.2 | | packagist | phpstan/phpstan | 2.0.2 | 2.1.4 | | packagist | phpstan/phpstan-phpunit | 2.0.1 | 2.0.4 | | packagist | phpunit/phpunit | 11.4.3 | 11.5.7 | | packagist | slam/php-cs-fixer-extensions | 3.11.1 | 3.12.0 | --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index bb1ad2c..1a97717 100644 --- a/composer.json +++ b/composer.json @@ -19,21 +19,21 @@ ], "require": { "php": "~8.2.0 || ~8.3.0 || ~8.4.0", - "phpstan/phpstan": "^2.0.2" + "phpstan/phpstan": "^2.1.4" }, "require-dev": { - "laminas/laminas-filter": "^2.39.0", + "laminas/laminas-filter": "^2.40.0", "laminas/laminas-form": "^3.21.0", "laminas/laminas-hydrator": "^4.16.0", "laminas/laminas-i18n": "^2.29.0", "laminas/laminas-inputfilter": "^2.31.0", "laminas/laminas-mvc": "^3.8.0", "laminas/laminas-paginator": "^2.19.0", - "laminas/laminas-validator": "^2.64.1", + "laminas/laminas-validator": "^2.64.2", "phpstan/phpstan-deprecation-rules": "^2", - "phpstan/phpstan-phpunit": "^2.0.1", - "phpunit/phpunit": "^11.4.3", - "slam/php-cs-fixer-extensions": "^3.11.1" + "phpstan/phpstan-phpunit": "^2.0.4", + "phpunit/phpunit": "^11.5.7", + "slam/php-cs-fixer-extensions": "^3.12.0" }, "conflict": { "laminas/laminas-filter": "<2.37",