Skip to content

Commit 02a3cb5

Browse files
committed
Update infection configuration
1 parent 9013140 commit 02a3cb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"httpsoft/http-message": "^1.0.9",
3737
"phpunit/phpunit": "^9.5",
3838
"psr/http-server-handler": "^1.0",
39-
"roave/infection-static-analysis-plugin": "^1.10",
39+
"roave/infection-static-analysis-plugin": "^1.14",
4040
"spatie/phpunit-watcher": "^1.23",
4141
"vimeo/psalm": "^4.12",
4242
"yiisoft/test-support": "^1.3"

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)