From de81e5503f09c19fae5240a579d62434deae5ebc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:18:32 +0000 Subject: [PATCH] Update dependency roave/infection-static-analysis-plugin to ^1.28.0 | datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | packagist | roave/infection-static-analysis-plugin | 1.27.0 | 1.28.0 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index f4d83263..27d9617b 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "laminas/laminas-httphandlerrunner": "^2.4.0", "phpunit/phpunit": "^9.5.27", "psalm/plugin-phpunit": "^0.18.4", - "roave/infection-static-analysis-plugin": "^1.27.0", + "roave/infection-static-analysis-plugin": "^1.28.0", "squizlabs/php_codesniffer": "^3.7.1", "vimeo/psalm": "^5.4.0" }, diff --git a/composer.lock b/composer.lock index dd7a0c98..1367dfd6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ee11edfb91bbd25ecf8b8b747f1a4d00", + "content-hash": "8eb9698b0a75d6b051f2d5e012a5888c", "packages": [ { "name": "dflydev/fig-cookies", @@ -3149,16 +3149,16 @@ }, { "name": "roave/infection-static-analysis-plugin", - "version": "1.27.0", + "version": "1.28.0", "source": { "type": "git", "url": "https://github.com/Roave/infection-static-analysis-plugin.git", - "reference": "29963545d0a9978835f4c4d18d7c880c617294aa" + "reference": "3724bbe9afe0dc1eddb2fb2c425d4acd64cb9c10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/29963545d0a9978835f4c4d18d7c880c617294aa", - "reference": "29963545d0a9978835f4c4d18d7c880c617294aa", + "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/3724bbe9afe0dc1eddb2fb2c425d4acd64cb9c10", + "reference": "3724bbe9afe0dc1eddb2fb2c425d4acd64cb9c10", "shasum": "" }, "require": { @@ -3194,9 +3194,9 @@ "description": "Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis", "support": { "issues": "https://github.com/Roave/infection-static-analysis-plugin/issues", - "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.27.0" + "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.28.0" }, - "time": "2022-12-22T10:30:15+00:00" + "time": "2022-12-30T16:05:23+00:00" }, { "name": "sanmai/later",