We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c0be7 commit 0785ca6Copy full SHA for 0785ca6
composer.json
@@ -27,7 +27,7 @@
27
"require-dev": {
28
"nyholm/psr7": "^1.4",
29
"phpunit/phpunit": "^9.5",
30
- "roave/infection-static-analysis-plugin": "^1.13",
+ "roave/infection-static-analysis-plugin": "^1.14",
31
"spatie/phpunit-watcher": "^1.23",
32
"vimeo/psalm": "^4.18",
33
"yiisoft/test-support": "^1.3"
infection.json.dist
@@ -6,8 +6,8 @@
6
},
7
"logs": {
8
"text": "php:\/\/stderr",
9
- "badge": {
10
- "branch": "master"
+ "stryker": {
+ "badge": "master"
11
}
12
13
"mutators": {
0 commit comments