From 626d93108ecf56cf18be344406352acf4629c516 Mon Sep 17 00:00:00 2001 From: devanych Date: Mon, 10 Jan 2022 20:55:59 +0300 Subject: [PATCH] Update infection configuration --- composer.json | 2 +- infection.json.dist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8fee7f4..e293575 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.4", - "roave/infection-static-analysis-plugin": "^1.6", + "roave/infection-static-analysis-plugin": "^1.14", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.2", "yiisoft/active-record": "dev-master", diff --git a/infection.json.dist b/infection.json.dist index d319ab1..410e364 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -6,8 +6,8 @@ }, "logs": { "text": "php:\/\/stderr", - "badge": { - "branch": "master" + "stryker": { + "badge": "master" } }, "mutators": {