From 17076ecbe78de88f0dde62a3af413293955d4a10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:40:40 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.2.26 | 8.4.1 | | packagist | phpunit/phpunit | 9.6.10 | 9.6.21 | | packagist | psalm/plugin-phpunit | 0.18.4 | 0.19.0 | 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 a6537d0..eaecc98 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.4.0", "ext-json": "*", "composer/semver": "^1.4 || ^2.0 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.4.1", @@ -20,8 +20,8 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", - "phpunit/phpunit": "9.6.10", - "psalm/plugin-phpunit": "^0.18.0", + "phpunit/phpunit": "9.6.21", + "psalm/plugin-phpunit": "^0.19.0", "roave/security-advisories": "dev-master", "vimeo/psalm": "^5.0.0" },