From 9ac04c3fc48d5b38757711c6e880d8f8f8825e39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:49:11 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.3.14 | 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 d25afae..71d87f5 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "enlightn/security-checker": "^1.10" }, "require-dev": { @@ -44,7 +44,7 @@ "mikey179/vfsstream": "^1.6.11", "php-amqplib/php-amqplib": "^2.0 || ^3.4", "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.3", + "psalm/plugin-phpunit": "^0.19.0", "predis/predis": "^2.0.3", "symfony/yaml": "^6.0.14 || ^7.0.0", "vimeo/psalm": "^4.29.0"