fix(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dbp/relay-greenlight-bundle | require | patch |
0.2.2 -> 0.2.3
|
phpstan/phpstan | require-dev | patch |
1.5.3 -> 1.5.4
|
Release Notes
phpstan/phpstan
v1.5.4
🐛
Bugfixes - Support named arguments when resolving template parameters (#1151), #5262, thanks @rvanvelzen!
- Various fixes for constant arrays (#1154), #4308, #6965, #6961, #6383, #5933, #5382, #6379, #3284
- Fix for arrays not being accepted when having an accessory type (https://github.com/phpstan/phpstan-src/commit/843ebbb1d889ac4d9a152a52f1f1ee9690d2e721), #6552
- Avoid describing ConstantArrayType values twice (#1168, #1169), thanks @herndlm!
- Fix false positive
UnhandledMatchError
throw point (#1165), #6910, thanks @rajyan! - Fix
in_array()
bug (https://github.com/phpstan/phpstan-src/commit/0ae28f761b2e0d473224aded78960d3d96b4e31e) - Various optimization attempts (https://github.com/phpstan/phpstan-src/commit/91c7507787b4a9a63568562cda35644f139460c2, https://github.com/phpstan/phpstan-src/commit/5400b5858ef1750ede656dffc894acbbbc228e88, https://github.com/phpstan/phpstan-src/commit/c4c64fe6dae985d196aea92f3b7eca40e70c7ef4)
🤖
Function signature fixes
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.