-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 8e4047f
authored
chore(deps): update composer dev dependencies (#173)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [php-cs-fixer/shim](https://redirect.github.com/PHP-CS-Fixer/shim) |
`3.67.0` -> `3.68.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [phpstan/phpstan](https://redirect.github.com/phpstan/phpstan) |
`1.12.15` -> `1.12.16` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[phpstan/phpstan-strict-rules](https://redirect.github.com/phpstan/phpstan-strict-rules)
| `1.6.1` -> `1.6.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.2` -> `11.5.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.68.5`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.4...v3.68.5)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.4...v3.68.5)
###
[`v3.68.4`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.3...v3.68.4)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.3...v3.68.4)
###
[`v3.68.3`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.2...v3.68.3)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.2...v3.68.3)
###
[`v3.68.2`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.1...v3.68.2)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.1...v3.68.2)
###
[`v3.68.1`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.0...v3.68.1)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.68.0...v3.68.1)
###
[`v3.68.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.67.1...v3.68.0)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.67.1...v3.68.0)
###
[`v3.67.1`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.67.0...v3.67.1)
[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.67.0...v3.67.1)
</details>
<details>
<summary>phpstan/phpstan (phpstan/phpstan)</summary>
###
[`v1.12.16`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.16)
[Compare
Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.15...1.12.16)
# Bugfixes 🐛
- Calling to a constructor with promoted properties has side effects
(phpstan/phpstan-src@8b27943),
[#​12379](https://redirect.github.com/phpstan/phpstan/issues/12379)
- Support arrays with union value-types in `implode()`
([#​3772](https://redirect.github.com/phpstan/phpstan-src/pull/3772)),
[#​11854](https://redirect.github.com/phpstan/phpstan/issues/11854),
thanks [@​staabm](https://redirect.github.com/staabm)!
- Avoid false inference with instanceof
([#​3657](https://redirect.github.com/phpstan/phpstan-src/pull/3657)),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Casting ArrayObject to array should not lead to array shape
(phpstan/phpstan-src@d38ed50),
[#​12182](https://redirect.github.com/phpstan/phpstan/issues/12182)
- Add ArrayChangeKeyCaseFunctionReturnTypeExtension
([#​3549](https://redirect.github.com/phpstan/phpstan-src/pull/3549)),
[#​11795](https://redirect.github.com/phpstan/phpstan/issues/11795),
[#​10960](https://redirect.github.com/phpstan/phpstan/issues/10960),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- More precise `hash()` return type
([#​3665](https://redirect.github.com/phpstan/phpstan-src/pull/3665)),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Fix union of lowercase/uppercase string with empty string
([#​3751](https://redirect.github.com/phpstan/phpstan-src/pull/3751)),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Implement `OpenSslEncryptParameterOutTypeExtension`
([#​3753](https://redirect.github.com/phpstan/phpstan-src/pull/3753)),
thanks [@​paulbalandan](https://redirect.github.com/paulbalandan)!
- Update Symfony polyfills
(phpstan/phpstan-src@24cdeac),
[#​12443](https://redirect.github.com/phpstan/phpstan/issues/12443)
- Inferring `new` from parent constructor - reject types that would fail
bound check of the child class
(phpstan/phpstan-src@d06f792),
[#​12386](https://redirect.github.com/phpstan/phpstan/issues/12386)
# Function signature fixes 🤖
- More specific return type for `stream_context_get_params`
(phpstan/phpstan-src@ff1feee),
[#​11796](https://redirect.github.com/phpstan/phpstan/issues/11796)
# Internals 🔍
- Makefile: Disable Xdebug in dev tools
([#​3467](https://redirect.github.com/phpstan/phpstan-src/pull/3467)),
thanks [@​staabm](https://redirect.github.com/staabm)!
- MinMaxFunctionReturnTypeExtension: Cleanup `instanceof
ConstantScalarType`
([#​3773](https://redirect.github.com/phpstan/phpstan-src/pull/3773)),
thanks [@​staabm](https://redirect.github.com/staabm)!
</details>
<details>
<summary>phpstan/phpstan-strict-rules
(phpstan/phpstan-strict-rules)</summary>
###
[`v1.6.2`](https://redirect.github.com/phpstan/phpstan-strict-rules/releases/tag/1.6.2)
[Compare
Source](https://redirect.github.com/phpstan/phpstan-strict-rules/compare/1.6.1...1.6.2)
-
[b564ca4](http://github.com/phpstan/phpstan-strict-rules/commit/b564ca479e7e735f750aaac4935af965572a7845)
- Handle SimpleXMLElement in VariablePropertyFetchRule
-
[ed6fea0](http://github.com/phpstan/phpstan-strict-rules/commit/ed6fea0ad4ad9c7e25f3ad2e7c4d420cf1e67fe3)
- Added `strictRulesInstalled` parameter
-
[a4a6a08](http://github.com/phpstan/phpstan-strict-rules/commit/a4a6a08bd4a461e516b9c3b8fdbf0f1883b34158)
- Remove dead test because of raised min-php version
-
[b60bffc](http://github.com/phpstan/phpstan-strict-rules/commit/b60bffc846824fdeb70d41cfe4de956c8557e2fd)
- Fix
-
[5d50bde](http://github.com/phpstan/phpstan-strict-rules/commit/5d50bde7ed256a94e50e1466a105f8d53fc5ed3a)
- Fix
-
[0368403](http://github.com/phpstan/phpstan-strict-rules/commit/03684036b5be8ce41a628e84a11ba71ff1d795c5)
- Fix
-
[1721dbf](http://github.com/phpstan/phpstan-strict-rules/commit/1721dbffc29ce0f689dad7f9666c1e99e47439cd)
- Fix after PHPStan update
-
[e208c93](http://github.com/phpstan/phpstan-strict-rules/commit/e208c9311872047b903511e2e03cb0df795014b0)
- Fix after PHPStan update
-
[63956f7](http://github.com/phpstan/phpstan-strict-rules/commit/63956f7896780551ed1ab29e75a6a645d8a0919c)
- Moved illegalConstructorMethodCall rules from phpstan to
phpstan-strict-rules
-
[ad53bd9](http://github.com/phpstan/phpstan-strict-rules/commit/ad53bd9f911e7831e8e02cd3e54faf1d44910c33)
- Remove options removed in PHPStan 2.0
-
[914b5e3](http://github.com/phpstan/phpstan-strict-rules/commit/914b5e3a804d11239b38d5ceb8a90742f94e396f)
- Everything from Bleeding Edge enabled
-
[988fab9](http://github.com/phpstan/phpstan-strict-rules/commit/988fab9e77f55c851d478e1dd4880a00428d1a90)
- Add more separate rule toggles
-
[e227ffd](http://github.com/phpstan/phpstan-strict-rules/commit/e227ffd6848e29aa15e0107b805a3ccd2f2b7895)
- Merge remote-tracking branch 'origin/1.6.x' into 2.0.x
-
[90006f2](http://github.com/phpstan/phpstan-strict-rules/commit/90006f215e7594e1eeeb3db7b524a141df93d980)
- Merge branch '1.6.x' into 2.0.x
-
[1062d48](http://github.com/phpstan/phpstan-strict-rules/commit/1062d489f1d10e79df42d73fa5352a27741d65f1)
- Fix
-
[5eec39f](http://github.com/phpstan/phpstan-strict-rules/commit/5eec39fc6ef36015e6de08949c8e9ae9d64560a3)
- Set `polluteScopeWithBlock` to false
-
[8e2c8b0](http://github.com/phpstan/phpstan-strict-rules/commit/8e2c8b0abb83ec35ba2fca475898880f7e700783)
- Fix deprecations
-
[1ccec91](http://github.com/phpstan/phpstan-strict-rules/commit/1ccec911e6f4b7825e235d6c0f54a11ce8f187bd)
- Remove unnecessary dependency on nikic/php-parser
-
[f8092f9](http://github.com/phpstan/phpstan-strict-rules/commit/f8092f978190646c397e5db26a70aae9b3150f98)
- Update build-cs
-
[f647999](http://github.com/phpstan/phpstan-strict-rules/commit/f647999fed4532778509404e31086eae86a6b68e)
- Stop testing PHP 7.2 and 7.3
-
[f6fb84e](http://github.com/phpstan/phpstan-strict-rules/commit/f6fb84ef14e14130659a29a13421b6d59d51b436)
- Open 2.0.x
</details>
<details>
<summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary>
###
[`v11.5.5`](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.4...11.5.5)
[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.4...11.5.5)
###
[`v11.5.4`](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.3...11.5.4)
[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.3...11.5.4)
###
[`v11.5.3`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.3):
PHPUnit 11.5.3
[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.2...11.5.3)
##### Added
- `Test\AfterLastTestMethodErrored`, `Test\AfterTestMethodErrored`,
`Test\BeforeTestMethodErrored`, `Test\PostConditionErrored`, and
`Test\PreConditionErrored` events
##### Fixed
-
[#​6093](https://redirect.github.com/sebastianbergmann/phpunit/issues/6093):
Test Double Code Generator does not work when PHPUnit is used from PHAR
on PHP 8.4
-
[#​6094](https://redirect.github.com/sebastianbergmann/phpunit/issues/6094):
Errors in after-last-test methods are not reported
-
[#​6095](https://redirect.github.com/sebastianbergmann/phpunit/issues/6095):
Expectation is not counted correctly when a doubled method is called
more often than is expected
-
[#​6096](https://redirect.github.com/sebastianbergmann/phpunit/issues/6096):
`--list-tests-xml` is broken when a group with a numeric name is defined
-
[#​6098](https://redirect.github.com/sebastianbergmann/phpunit/issues/6098):
No `system-out` element in JUnit XML logfile
-
[#​6100](https://redirect.github.com/sebastianbergmann/phpunit/issues/6100):
Suppressed deprecations incorrectly stop test execution when execution
should be stopped on deprecation
***
[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/message).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTQ1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 87a4db1 commit 8e4047fCopy full SHA for 8e4047f
1 file changed
+24
-24
lines changed+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments