diff --git a/composer.json b/composer.json index e3eebe33..604177bb 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phing/phing": "^2.17.4", "phpstan/phpstan": "^1.9.4", "phpunit/phpunit": "^9.5.27", - "roave/infection-static-analysis-plugin": "^1.27.0", + "roave/infection-static-analysis-plugin": "^1.28.0", "vimeo/psalm": "^5.4.0" }, "config": { diff --git a/composer.lock b/composer.lock index 4dd2c49d..84b8f410 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": "fa82fc50ad3d1fbfa41f5942843a1e45", + "content-hash": "8f388ac880a5a55d229b2453d195e52d", "packages": [ { "name": "nikic/php-parser", @@ -3401,16 +3401,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": { @@ -3446,9 +3446,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",