Skip to content

Commit

Permalink
Update dependency infection/infection to ^0.27.6 (#544)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [infection/infection](https://togithub.com/infection/infection) |
`^0.27.5` -> `^0.27.6` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/infection%2finfection/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/infection%2finfection/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/infection%2finfection/0.27.5/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/infection%2finfection/0.27.5/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>infection/infection (infection/infection)</summary>

###
[`v0.27.6`](https://togithub.com/infection/infection/releases/tag/0.27.6):
Fix equivalent mutants

[Compare
Source](https://togithub.com/infection/infection/compare/0.27.5...0.27.6)

**Added:**

- Add PHP 8.3 to CI by [@&#8203;sidz](https://togithub.com/sidz) in
[infection/infection#1881

**Fixed:**

- Ignore 1 in Mul assignment operator (MulEqual) (fixes
[#&#8203;1884](https://togithub.com/infection/infection/issues/1884)).
by [@&#8203;uncaught](https://togithub.com/uncaught) in
[infection/infection#1885
- Ignore 1 in Div assignment operator (DivEqual). by
[@&#8203;uncaught](https://togithub.com/uncaught) in
[infection/infection#1886

##### New Contributors

- [@&#8203;uncaught](https://togithub.com/uncaught) made their first
contribution in
[infection/infection#1885

**Full Changelog**:
infection/infection@0.27.5...0.27.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Lendable/clock).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 16, 2023
1 parent 07bc76f commit 2c77909
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"psr/clock": "^1.0"
},
"require-dev": {
"infection/infection": "^0.27.5",
"infection/infection": "^0.27.6",
"lendable/composer-license-checker": "^1.0.4",
"liuggio/fastest": "^1.8",
"mikey179/vfsstream": "^1.6.11",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit 2c77909

Please sign in to comment.