Gitlab 18.0 has been released. Since there are breaking changes the update will be postponed to July 2025. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/. Please prepare yourself and your projects for this update.
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.6.0 -> 1.6.3
|
symfony/framework-bundle (source) | require | patch |
5.4.7 -> 5.4.8
|
symfony/http-client (source) | require-dev | patch |
5.4.7 -> 5.4.8
|
symfony/phpunit-bridge (source) | require-dev | patch |
5.4.7 -> 5.4.8
|
v1.6.3
str_contains
FunctionTypeSpecifyingExtension (#1068), thanks @staabm!If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon
:
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
v1.6.2
array_push
/ array_unset
arg handling (#1252), thanks @herndlm!constUses
in ExportedPhpDocNode (https://github.com/phpstan/phpstan-src/commit/3fe27268f6a32cb3303711f23bf45da1ed1948be), #7130
??
/ isset
/ empty
, report it in bleedingEdge with different message (#1253, https://github.com/phpstan/phpstan-src/commit/54f15441eba3907c4ff056f6dafb1c2801a6b766), #7109, thanks @rajyan!v1.6.1
BackedEnum::from()
and tryFrom()
methods (https://github.com/phpstan/phpstan-src/commit/e97439c5987fc7747b68d3617a128fad68102642), #7096
array_push
/ array_unshift
with unpacked non-constant array types (#1247), #7115, thanks @herndlm!v5.4.8
Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.7...v5.4.8)
v5.4.8
Changelog (https://github.com/symfony/http-client/compare/v5.4.7...v5.4.8)
v5.4.8
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.4.7...v5.4.8)
This MR has been generated by Renovate Bot.