Skip to content

Commit

Permalink
infection upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedOne committed Dec 29, 2022
1 parent 9905092 commit fdfa4d9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require-dev": {
"infection/infection": "^0.25.3"
"infection/infection": "^0.26"
},
"extra": {
"branch-alias": {
Expand Down
48 changes: 24 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions infection.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"src"
]
},
"phpUnit": {
"configDir": "."
"timeout": 10,
"logs": {
"text": "./build/infection.log",
"stryker": {
"report": "main"
}
},
"mutators": {
"@default": true
},
"logs": {
"badge": {
"branch": "main"
}
}
"testFramework": "phpunit"
}

0 comments on commit fdfa4d9

Please sign in to comment.