From c7b4bb7308e956d582944d88eaba2c16264c7b58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 07:21:39 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | github-tags | actions/cache | v3.0.10 | v3.4.0 | | github-tags | actions/cache | v3.3.1 | v3.4.0 | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.6 | | packagist | infection/infection | 0.26.19 | 0.29.11 | | packagist | jms/serializer | 3.23.0 | 3.32.3 | | github-tags | containerbase/php-prebuild | 8.2.27 | 8.4.4 | | github-tags | shivammathur/setup-php | 2.17.0 | 2.32.0 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.32.0 | --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7e63fc9..d94b86c 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.4.0", "chimera/foundation": "^1.0.x-dev", "jms/serializer": "^3.18" }, "require-dev": { - "infection/infection": "^0.26.19", + "infection/infection": "^0.29.0", "lcobucci/coding-standard": "^9.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.8",