chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.10.3 -> 1.10.4
|
phpstan/phpstan-phpunit | require-dev | patch |
1.3.8 -> 1.3.10
|
phpunit/phpunit (source) | require-dev | patch |
9.6.3 -> 9.6.4
|
symfony/browser-kit (source) | require-dev | patch |
5.4.19 -> 5.4.21
|
symfony/event-dispatcher (source) | require | patch |
5.4.19 -> 5.4.21
|
symfony/framework-bundle (source) | require | patch |
5.4.19 -> 5.4.21
|
symfony/http-client (source) | require-dev | patch |
5.4.20 -> 5.4.21
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.4.19 -> 5.4.21
|
Release Notes
phpstan/phpstan
v1.10.4
🔧
Improvements - Remove 3 leading spaces in PHAR (#2254), #8952, thanks @ruudk!
- Add missing newline at the end of the file (#2254), thanks @ruudk!
- RuleError interfaces are part of BC promise (https://github.com/phpstan/phpstan-src/commit/aed93193ae90d353661e10b0eabcf0528422231f)
- Update nikic/php-parser (https://github.com/phpstan/phpstan-src/commit/dda95b4fa735585369cb74429ab5ea8d37f82179)
- Update BetterReflection (#2274), #8889
🐛
Bugfixes - Fix bug with
array_column
(#2244), #8917, thanks @VincentLanglet! - Improve
filter_var()
handling of a couple of simple scalars and null (#2262), thanks @herndlm! - Fix
value-of
for multiple enums (https://github.com/phpstan/phpstan-src/commit/3adc91d78b8108afc883dc5097656b6de0f38769), #8983 - Fix
->value
on unions of enums (https://github.com/phpstan/phpstan-src/commit/05b85bad07a2c6628799fcb4a2939be7beab80cd), #9000
🤖
Function signature fixes - Fix return type of
Ds\Sequence::copy()
(#1954), thanks @MidnightDesign! - Fix
password_hash()
return type (#2260), #5978, thanks @VincentLanglet!
phpstan/phpstan-phpunit
v1.3.10
-
4cc5c6c - MockMethodCallRule - do not report for empty
$mockClasses
v1.3.9
- 34ee324 - Fixed false positive when covering a global function.
symfony/browser-kit
v5.4.21
Changelog (https://github.com/symfony/browser-kit/compare/v5.4.20...v5.4.21)
- no significant changes
symfony/event-dispatcher
v5.4.21
Changelog (https://github.com/symfony/event-dispatcher/compare/v5.4.20...v5.4.21)
- no significant changes
symfony/framework-bundle
v5.4.21
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.20...v5.4.21)
symfony/http-client
v5.4.21
Changelog (https://github.com/symfony/http-client/compare/v5.4.20...v5.4.21)
symfony/phpunit-bridge
v5.4.21
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.4.20...v5.4.21)
- no significant changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.