Skip to content

Commit fdfa4d9

Browse files
committed
infection upgrade
1 parent 9905092 commit fdfa4d9

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"minimum-stability": "stable",
3232
"prefer-stable": true,
3333
"require-dev": {
34-
"infection/infection": "^0.25.3"
34+
"infection/infection": "^0.26"
3535
},
3636
"extra": {
3737
"branch-alias": {

composer.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infection.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"src"
66
]
77
},
8-
"phpUnit": {
9-
"configDir": "."
8+
"timeout": 10,
9+
"logs": {
10+
"text": "./build/infection.log",
11+
"stryker": {
12+
"report": "main"
13+
}
1014
},
1115
"mutators": {
1216
"@default": true
1317
},
14-
"logs": {
15-
"badge": {
16-
"branch": "main"
17-
}
18-
}
18+
"testFramework": "phpunit"
1919
}

0 commit comments

Comments
 (0)