From 3db10c44332a61052a5c00f2fcc1003f5895ee70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:15:22 +0000 Subject: [PATCH] composer(deps-dev): bump rector/rector from 2.4.3 to 2.5.4 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.4.3 to 2.5.4. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.4.3...2.5.4) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.5.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 35 +++++++++++++++++++++++------------ 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 8028a2f..4b9bb9b 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "phpstan/phpstan-strict-rules": "^2.0", "phpstan/phpstan-symfony": "^2.0", "phpunit/phpunit": "^12.2", - "rector/rector": "^2.1", + "rector/rector": "^2.5", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "^7.3", "symfony/css-selector": "^7.3", diff --git a/composer.lock b/composer.lock index 5daa4ea..59f0b7b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d84a921ecc832a189a074413c7eaf99f", + "content-hash": "393bf3e6c48845a54efb042bfcdda5ef", "packages": [ { "name": "api-platform/core", @@ -12657,11 +12657,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.54", + "version": "2.2.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8be50c3992107dc837b17da4d140fbbdf9a5c5bd", - "reference": "8be50c3992107dc837b17da4d140fbbdf9a5c5bd", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/909c1e5fef7989ac0d0c1c5c42e32a5c4f6198a0", + "reference": "909c1e5fef7989ac0d0c1c5c42e32a5c4f6198a0", "shasum": "" }, "require": { @@ -12684,6 +12684,17 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Ondřej Mirtes" + }, + { + "name": "Markus Staab" + }, + { + "name": "Vincent Langlet" + } + ], "description": "PHPStan - PHP Static Analysis Tool", "keywords": [ "dev", @@ -12706,7 +12717,7 @@ "type": "github" } ], - "time": "2026-04-29T13:31:09+00:00" + "time": "2026-07-05T06:31:06+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -13453,21 +13464,21 @@ }, { "name": "rector/rector", - "version": "2.4.3", + "version": "2.5.4", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "891824c6c59f02a56a5dd58ea8edc44e6c0ece29" + "reference": "adaa18d7cd6b3c960967cfbc98c03efb3116ac0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/891824c6c59f02a56a5dd58ea8edc44e6c0ece29", - "reference": "891824c6c59f02a56a5dd58ea8edc44e6c0ece29", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/adaa18d7cd6b3c960967cfbc98c03efb3116ac0e", + "reference": "adaa18d7cd6b3c960967cfbc98c03efb3116ac0e", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.48" + "phpstan/phpstan": "^2.2.2" }, "conflict": { "rector/rector-doctrine": "*", @@ -13501,7 +13512,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.4.3" + "source": "https://github.com/rectorphp/rector/tree/2.5.4" }, "funding": [ { @@ -13509,7 +13520,7 @@ "type": "github" } ], - "time": "2026-05-12T11:17:24+00:00" + "time": "2026-07-06T12:41:46+00:00" }, { "name": "roave/security-advisories",