Skip to content

Commit

Permalink
chore(deps): Update php deps (#60)
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 |
|---|---|---|---|---|---|
| [google/protobuf](https://developers.google.com/protocol-buffers/)
([source](https://togithub.com/protocolbuffers/protobuf-php)) | `3.24.3`
-> `3.24.4` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/google%2fprotobuf/3.24.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/google%2fprotobuf/3.24.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/google%2fprotobuf/3.24.3/3.24.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/google%2fprotobuf/3.24.3/3.24.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `1.10.37` ->
`1.10.38` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.37/1.10.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.37/1.10.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://togithub.com/sebastianbergmann/phpunit)) | `10.3.5` ->
`10.4.1` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/10.3.5/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/10.3.5/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf-php (google/protobuf)</summary>

###
[`v3.24.4`](https://togithub.com/protocolbuffers/protobuf-php/compare/v3.24.3...v3.24.4)

[Compare
Source](https://togithub.com/protocolbuffers/protobuf-php/compare/v3.24.3...v3.24.4)

</details>

<details>
<summary>phpstan/phpstan (phpstan/phpstan)</summary>

###
[`v1.10.38`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.38)

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.37...1.10.38)

# Improvements 🔧

- Remove function signatures that were removed in PHP 8.0
([#&#8203;2662](https://togithub.com/phpstan/phpstan-src/pull/2662)),
[#&#8203;9954](https://togithub.com/phpstan/phpstan/issues/9954), thanks
[@&#8203;Th3Cod3](https://togithub.com/Th3Cod3)!

# Bugfixes 🐛

-   Update BetterReflection
- Fix for non-backed enums
(ondrejmirtes/BetterReflection@4dd0f2b)
- Do not invalidate types passed by value
(phpstan/phpstan-src@0b8dca7),
[https://github.com/phpstan/phpstan/discussions/9927](https://togithub.com/phpstan/phpstan/discussions/9927)
- Do not influence types of arguments before the function is called
(phpstan/phpstan-src@c45d42d)
- Fixed collapsing of constant arrays
(phpstan/phpstan-src@746de74),
[#&#8203;9985](https://togithub.com/phpstan/phpstan/issues/9985)

# Internals 🔍

- Lazier type-resolving in `isset` checks
([#&#8203;2664](https://togithub.com/phpstan/phpstan-src/pull/2664)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Refactor to invalidate args inside `processArgs`
(phpstan/phpstan-src@52eb6f8)
- Merge array types a bit later
(phpstan/phpstan-src@adbc35a)

</details>

<details>
<summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary>

###
[`v10.4.1`](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1)

###
[`v10.4.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/cerbos/cerbos-sdk-php).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
  • Loading branch information
renovate[bot] and oguzhand95 committed Oct 9, 2023
1 parent daded27 commit 9b5521d
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions composer.lock

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

0 comments on commit 9b5521d

Please sign in to comment.