Commit b150319
authored
chore(deps): update composer dev dependencies (#432)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [php-cs-fixer/shim](https://redirect.github.com/PHP-CS-Fixer/shim) |
`3.76.0` -> `3.84.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [phpstan/phpstan](https://redirect.github.com/phpstan/phpstan) |
`1.12.27` -> `1.12.28` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://redirect.github.com/sebastianbergmann/phpunit)) |
`11.5.25` -> `11.5.27` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>PHP-CS-Fixer/shim (php-cs-fixer/shim)</summary>
###
[`v3.84.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.83.0...v3.84.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.83.0...v3.84.0)
###
[`v3.83.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.82.2...v3.83.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.82.2...v3.83.0)
###
[`v3.82.2`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.82.1...v3.82.2)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.82.1...v3.82.2)
###
[`v3.82.1`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.82.0...v3.82.1)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.82.0...v3.82.1)
###
[`v3.82.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.81.0...v3.82.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.81.0...v3.82.0)
###
[`v3.81.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.80.0...v3.81.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.80.0...v3.81.0)
###
[`v3.80.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.79.0...v3.80.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.79.0...v3.80.0)
###
[`v3.79.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.78.1...v3.79.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.78.1...v3.79.0)
###
[`v3.78.1`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.78.0...v3.78.1)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.78.0...v3.78.1)
###
[`v3.78.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.77.0...v3.78.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.77.0...v3.78.0)
###
[`v3.77.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.76.0...v3.77.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.76.0...v3.77.0)
</details>
<details>
<summary>phpstan/phpstan (phpstan/phpstan)</summary>
###
[`v1.12.28`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.28)
[Compare
Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.27...1.12.28)
# Improvements 🔧
- More precise elapsed time if it's a low number
(phpstan/phpstan-src@7644bd0)
# Bugfixes 🐛
- Fix recursion with object shapes in `@property` referencing other
class and then back in recursive manner
(phpstan/phpstan-src@33c2cb1),
[#​13057](https://redirect.github.com/phpstan/phpstan/issues/13057)
- Fix `@var` PHPDoc type inheritance for class constants
([#​4008](https://redirect.github.com/phpstan/phpstan-src/pull/4008)),
[#​10911](https://redirect.github.com/phpstan/phpstan/issues/10911),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Allow `getenv(null)` for PHP 8.0+
([#​4007](https://redirect.github.com/phpstan/phpstan-src/pull/4007)),
[#​13065](https://redirect.github.com/phpstan/phpstan/issues/13065),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Properly restore error handler for collecting errors
(phpstan/phpstan-src@43c44ee)
- Fix infinite recursion with TemplateIterableType
(phpstan/phpstan-src@400ba6d),
[#​13218](https://redirect.github.com/phpstan/phpstan/issues/13218)
- Avoid error with constant name `$`
([#​4006](https://redirect.github.com/phpstan/phpstan-src/pull/4006)),
[#​12095](https://redirect.github.com/phpstan/phpstan/issues/12095),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Array without `0` in key type is not a list
([#​4018](https://redirect.github.com/phpstan/phpstan-src/pull/4018)),
[#​9487](https://redirect.github.com/phpstan/phpstan/issues/9487),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Fix HasOffsetValueType::searchArray
([#​4013](https://redirect.github.com/phpstan/phpstan-src/pull/4013)),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Rework ArrayReplaceFunctionReturnTypeExtension
([#​3958](https://redirect.github.com/phpstan/phpstan-src/pull/3958)),
[#​12828](https://redirect.github.com/phpstan/phpstan/issues/12828),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
# Function signature fixes 🤖
- Update PDO errorCode return type
([#​4005](https://redirect.github.com/phpstan/phpstan-src/pull/4005)),
[#​12571](https://redirect.github.com/phpstan/phpstan/issues/12571),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Fix return type of `bzdecompress()`
([#​4088](https://redirect.github.com/phpstan/phpstan-src/pull/4088)),
thanks [@​jlherren](https://redirect.github.com/jlherren)!
- Improve `mb_convert_encoding` return type
([#​4010](https://redirect.github.com/phpstan/phpstan-src/pull/4010)),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
# Internals 🔍
- Migrate legacy tests
([#​4000](https://redirect.github.com/phpstan/phpstan-src/pull/4000)),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
</details>
<details>
<summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary>
###
[`v11.5.27`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.27):
PHPUnit 11.5.27
[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.26...11.5.27)
##### Fixed
-
[#​6254](https://redirect.github.com/sebastianbergmann/phpunit/issues/6254):
`defects,random`configuration is supported by implementation, but it is
not allowed by the XML configuration file schema
-
[#​6259](https://redirect.github.com/sebastianbergmann/phpunit/issues/6259):
Order of tests which use data from data providers is not affected by
test sorting
-
[#​6266](https://redirect.github.com/sebastianbergmann/phpunit/issues/6266):
Superfluous whitespace in TestDox output when test method name has a
number after the `test` prefix
***
[How to install or update
PHPUnit](https://docs.phpunit.de/en/11.5/installation.html)
###
[`v11.5.26`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.26):
PHPUnit 11.5.26
[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.25...11.5.26)
##### Fixed
-
[#​6104](https://redirect.github.com/sebastianbergmann/phpunit/issues/6104):
Test with dependencies and data provider fails
-
[#​6163](https://redirect.github.com/sebastianbergmann/phpunit/issues/6163):
`@no-named-arguments` leads to static analysis errors for variadic
arguments
***
[How to install or update
PHPUnit](https://docs.phpunit.de/en/11.5/installation.html)
</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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Lendable/composer-license-checker).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4a84d8f commit b150319
1 file changed
Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments