From 42e4d4c9ba3bb2b95b983b0a0533ffde9149adc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:37:19 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------- | ------- | ------ | | github-tags | actions/cache | v3.0.10 | v3.3.3 | | github-tags | actions/cache | v3.3.1 | v3.3.3 | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.6 | | packagist | infection/infection | 0.26.19 | 0.29.6 | | packagist | jms/serializer | 3.23.0 | 3.30.0 | | packagist | phpstan/extension-installer | 1.2.0 | 1.4.1 | | github-tags | shivammathur/setup-php | 2.17.0 | 2.30.5 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.30.5 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7e63fc9d..ea529f8b 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "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",