Skip to content

Commit

Permalink
chore(deps): Update php deps (#74)
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.25.1`
-> `3.25.2` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/google%2fprotobuf/3.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/google%2fprotobuf/3.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/google%2fprotobuf/3.25.1/3.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/google%2fprotobuf/3.25.1/3.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `1.10.54` ->
`1.10.55` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.55?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.55?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.54/1.10.55?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.54/1.10.55?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://togithub.com/sebastianbergmann/phpunit)) | `10.5.5` ->
`10.5.7` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/10.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/10.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/10.5.5/10.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/10.5.5/10.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vimeo/psalm](https://togithub.com/vimeo/psalm) | `5.18.0` -> `5.19.0`
|
[![age](https://developer.mend.io/api/mc/badges/age/packagist/vimeo%2fpsalm/5.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/vimeo%2fpsalm/5.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/vimeo%2fpsalm/5.18.0/5.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/vimeo%2fpsalm/5.18.0/5.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

</details>

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.54...1.10.55)

# Improvements 🔧

- PHPDoc tag `@phpstan-ignore-next-line` works for first line below the
PHPDoc even in bleeding edge
(phpstan/phpstan-src@8b6260c),
[#&#8203;10383](https://togithub.com/phpstan/phpstan/issues/10383),
[https://github.com/phpstan/phpstan/discussions/10374](https://togithub.com/phpstan/phpstan/discussions/10374)
- Add `open-resource` type
(phpstan/phpstan-src@bbd9a68),
[#&#8203;10399](https://togithub.com/phpstan/phpstan/issues/10399)
- Optimize repeated container creation in tests
([#&#8203;2860](https://togithub.com/phpstan/phpstan-src/pull/2860)),
thanks [@&#8203;schlndh](https://togithub.com/schlndh)!
- Try to prevent error with PHP-Parser 5 when running PHPUnit tests
(phpstan/phpstan-src@9dac90d),
[#&#8203;10401](https://togithub.com/phpstan/phpstan/issues/10401),
thanks [@&#8203;zonuexe](https://togithub.com/zonuexe)!

# Bugfixes 🐛

- Fix mixing property and param attributes on promoted property
([#&#8203;2825](https://togithub.com/phpstan/phpstan-src/pull/2825)),
[#&#8203;10385](https://togithub.com/phpstan/phpstan/issues/10385)
- Fix detection of shadowed trait methods
(phpstan/phpstan-src@2270051),
[#&#8203;10377](https://togithub.com/phpstan/phpstan/issues/10377)
- Fix int-range return type for range()
([#&#8203;2792](https://togithub.com/phpstan/phpstan-src/pull/2792)),
[#&#8203;10213](https://togithub.com/phpstan/phpstan/issues/10213),
[#&#8203;9573](https://togithub.com/phpstan/phpstan/issues/9573), thanks
[@&#8203;dantleech](https://togithub.com/dantleech)!

# Internals 🔍

- Remove unused DirectClassReflectionExtensionRegistryProvider
([#&#8203;2857](https://togithub.com/phpstan/phpstan-src/pull/2857)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Plumbing for `@phpstan-require-extends` and
`@phpstan-require-implements`
([#&#8203;2856](https://togithub.com/phpstan/phpstan-src/pull/2856)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- `Scope::getFunctionCallStack()`
(phpstan/phpstan-src@9be1376),
[phpstan/phpstan-deprecation-rules#106

</details>

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

###
[`v10.5.7`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.6...10.5.7)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.6...10.5.7)

###
[`v10.5.6`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.6)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.6)

</details>

<details>
<summary>vimeo/psalm (vimeo/psalm)</summary>

### [`v5.19.0`](https://togithub.com/vimeo/psalm/releases/tag/5.19.0)

[Compare
Source](https://togithub.com/vimeo/psalm/compare/5.18.0...5.19.0)

<!-- Release notes generated using configuration in .github/release.yml
at 5.x -->

#### What's Changed

##### Features

- Reduce memory consumption of caching and parallel processing without
igbinary by [@&#8203;sj-i](https://togithub.com/sj-i) in
[vimeo/psalm#10532
- filter_input & filter_var return type more specific by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10498

##### Fixes

- strtok always returns a non-empty-string when it does not return false
by [@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10497
- Fix [#&#8203;10512](https://togithub.com/vimeo/psalm/issues/10512):
Fixed SessionUpdateTimestampHandlerInterface parameter names by
[@&#8203;zerkms](https://togithub.com/zerkms) in
[vimeo/psalm#10524
- Fix [GH-10465](https://togithub.com/vimeo/psalm/issues/10465) by
[@&#8203;florisluiten](https://togithub.com/florisluiten) in
[vimeo/psalm#10483
- Fix callable without args not handled correctly by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10500
- Add error when using readonly property in by-ref arg by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10505
- fix: [#&#8203;10496](https://togithub.com/vimeo/psalm/issues/10496)
[#&#8203;10503](https://togithub.com/vimeo/psalm/issues/10503) by
[@&#8203;ging-dev](https://togithub.com/ging-dev) in
[vimeo/psalm#10508

#### New Contributors

- [@&#8203;florisluiten](https://togithub.com/florisluiten) made their
first contribution in
[vimeo/psalm#10483

**Full Changelog**:
vimeo/psalm@5.18.0...5.19.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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>
  • Loading branch information
renovate[bot] committed Jan 15, 2024
1 parent 3d0f913 commit 11e3bdb
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions composer.lock

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

0 comments on commit 11e3bdb

Please sign in to comment.