From 7f025c2b3e9d2ecd29ab86d01b60c1f619bd27b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:55:41 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.2.26 | 8.4.1 | | packagist | psalm/plugin-phpunit | 0.18.4 | 0.19.0 | 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 414ed7d..8cf3edf 100644 --- a/composer.json +++ b/composer.json @@ -23,14 +23,14 @@ "suggest": { }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.4.0", "laminas/laminas-db": "^2.18.0", "laminas/laminas-component-installer": "^3.2" }, "require-dev": { "laminas/laminas-coding-standard": "^2.5", "phpunit/phpunit": "^10.2", - "psalm/plugin-phpunit": "^0.18.4", + "psalm/plugin-phpunit": "^0.19.0", "phpstan/phpstan": "^1.10", "laminas/laminas-test": "^4.8", "phpstan/extension-installer": "^1.2",