Skip to content

Commit

Permalink
Upgrade infection
Browse files Browse the repository at this point in the history
Removing unnecessary configuration.
  • Loading branch information
lcobucci committed Nov 29, 2018
1 parent d290c40 commit 19233ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
"lcobucci/jose-parsing": "~2.1"
},
"require-dev": {
"infection/infection": "^0.10",
"infection/infection": "^0.11",
"lcobucci/coding-standard": "^2.0",
"mikey179/vfsStream": "^1.6",
"phpbench/phpbench": "dev-master@dev",
Expand Down
4 changes: 1 addition & 3 deletions infection.json.dist
Expand Up @@ -8,8 +8,6 @@
},
"mutators": {
"@default": true,
"@function_signature": true,
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
"@function_signature": true
}
}

0 comments on commit 19233ab

Please sign in to comment.