From b46bb9f4bd3ffcb56d91024809682a59d12fee0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:57:13 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | github-tags | containerbase/php-prebuild | 8.2.30 | 8.5.5 | | packagist | phpstan/phpstan | 1.10.40 | 1.12.33 | | packagist | psalm/plugin-phpunit | 0.18.4 | 0.20.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 803bd4c..f505432 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "webinertia/webinertia-uploader": "^0.0.1, Provides event driven file uploads for Laminas MVC apps and Webinertia CMS" }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.5.0", "laminas/laminas-form": "^3.19.2", "laminas/laminas-navigation": "^2.18", "laminas/laminas-view": "^2.27", @@ -47,8 +47,8 @@ "laminas/laminas-validator": "^2.28", "laminas/laminas-view": "^2.25", "phpunit/phpunit": "10.4.2", - "psalm/plugin-phpunit": "^0.18.4", - "phpstan/phpstan": "1.10.40", + "psalm/plugin-phpunit": "^0.20.0", + "phpstan/phpstan": "1.12.33", "laminas/laminas-test": "^4.8", "phpstan/extension-installer": "^1.2", "slam/phpstan-laminas-framework": "^1.4"