Skip to content

Commit 3573c02

Browse files
committed
Update infection configuration
1 parent b14c9fe commit 3573c02

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.5",
29-
"roave/infection-static-analysis-plugin": "^1.7",
29+
"roave/infection-static-analysis-plugin": "^1.14",
3030
"spatie/phpunit-watcher": "^1.23",
3131
"vimeo/psalm": "^4.3"
3232
},

infection.json.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"logs": {
88
"text": "php:\/\/stderr",
9-
"badge": {
10-
"branch": "master"
9+
"stryker": {
10+
"badge": "master"
1111
}
1212
},
1313
"mutators": {

0 commit comments

Comments
 (0)