Skip to content

Commit

Permalink
Update Composer dev tooling dependencies (#543)
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.4` -> `^0.27.5` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/infection%2finfection/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/infection%2finfection/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/infection%2finfection/0.27.4/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/infection%2finfection/0.27.4/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [php-cs-fixer/shim](https://togithub.com/PHP-CS-Fixer/shim) |
`^3.34.1` -> `^3.35.1` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/php-cs-fixer%2fshim/3.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/php-cs-fixer%2fshim/3.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/php-cs-fixer%2fshim/3.34.1/3.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/php-cs-fixer%2fshim/3.34.1/3.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v0.27.5`](https://togithub.com/infection/infection/releases/tag/0.27.5):
Fix bug with collecting escaped mutants for GitLab logger

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

**Fixed:**

- Collect escaped mutants for GitLab json file logger by
[@&#8203;maks-rafalko](https://togithub.com/maks-rafalko) in
[https://github.com/infection/infection/pull/1882](https://togithub.com/infection/infection/pull/1882)

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

</details>

<details>
<summary>PHP-CS-Fixer/shim (php-cs-fixer/shim)</summary>

###
[`v3.35.1`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.35.0...v3.35.1)

[Compare
Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.35.0...v3.35.1)

###
[`v3.35.0`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.34.1...v3.35.0)

[Compare
Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.34.1...v3.35.0)

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 1ba9ceb commit 07bc76f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"psr/clock": "^1.0"
},
"require-dev": {
"infection/infection": "^0.27.4",
"infection/infection": "^0.27.5",
"lendable/composer-license-checker": "^1.0.4",
"liuggio/fastest": "^1.8",
"mikey179/vfsstream": "^1.6.11",
"php-cs-fixer/shim": "^3.34.1",
"php-cs-fixer/shim": "^3.35.1",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.38",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

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

0 comments on commit 07bc76f

Please sign in to comment.