From bf5c71c7e3ba56e5adaa5e34988db648f8e70c25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 12:04:09 +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.28.1 | | packagist | phpstan/extension-installer | 1.2.0 | 1.3.1 | | github-tags | shivammathur/setup-php | 2.17.0 | 2.30.2 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.30.2 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 68f63db..35abc34 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "psr/container": "^2.0" }, "require-dev": { - "infection/infection": "^0.26.19", + "infection/infection": "^0.28.0", "lcobucci/coding-standard": "^11.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.8",