Skip to content

Commit

Permalink
qa: Update infection to 0.27
Browse files Browse the repository at this point in the history
This update should ignore the `assert($foo instanceof Foo)` mutants which are
impossible to kill.

see infection/infection@2b24408
  • Loading branch information
TimWolla committed Aug 25, 2023
1 parent f3f3429 commit 8b16ddd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"infection/infection": "^0.26",
"infection/infection": "^0.27",
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
Expand Down
24 changes: 14 additions & 10 deletions composer.lock

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

0 comments on commit 8b16ddd

Please sign in to comment.