Skip to content

Commit 0785ca6

Browse files
committed
Update infection configuration
1 parent 10c0be7 commit 0785ca6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"nyholm/psr7": "^1.4",
2929
"phpunit/phpunit": "^9.5",
30-
"roave/infection-static-analysis-plugin": "^1.13",
30+
"roave/infection-static-analysis-plugin": "^1.14",
3131
"spatie/phpunit-watcher": "^1.23",
3232
"vimeo/psalm": "^4.18",
3333
"yiisoft/test-support": "^1.3"

infection.json.dist

+2-2
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)