From 13a513e14fea9608849f8341eeeb228cf259847c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 02:01:54 +0000 Subject: [PATCH] Bump rector/rector from 2.2.8 to 2.2.14 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.2.8 to 2.2.14. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.2.8...2.2.14) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.2.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 62541f8..5fcb3f4 100644 --- a/composer.lock +++ b/composer.lock @@ -5586,11 +5586,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.32", + "version": "2.1.35", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e126cad1e30a99b137b8ed75a85a676450ebb227", - "reference": "e126cad1e30a99b137b8ed75a85a676450ebb227", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/72f843c7f59d3aac0b7510f5e70913a9b72a8e88", + "reference": "72f843c7f59d3aac0b7510f5e70913a9b72a8e88", "shasum": "" }, "require": { @@ -5635,7 +5635,7 @@ "type": "github" } ], - "time": "2025-11-11T15:18:17+00:00" + "time": "2026-01-20T17:33:48+00:00" }, { "name": "phpunit/php-code-coverage", @@ -6078,21 +6078,21 @@ }, { "name": "rector/rector", - "version": "2.2.8", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "303aa811649ccd1d32e51e62d5c85949d01b5f1b" + "reference": "9afc1bb43571b25629f353c61a9315b5ef31383a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/303aa811649ccd1d32e51e62d5c85949d01b5f1b", - "reference": "303aa811649ccd1d32e51e62d5c85949d01b5f1b", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/9afc1bb43571b25629f353c61a9315b5ef31383a", + "reference": "9afc1bb43571b25629f353c61a9315b5ef31383a", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.32" + "phpstan/phpstan": "^2.1.33" }, "conflict": { "rector/rector-doctrine": "*", @@ -6126,7 +6126,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.8" + "source": "https://github.com/rectorphp/rector/tree/2.3.1" }, "funding": [ { @@ -6134,7 +6134,7 @@ "type": "github" } ], - "time": "2025-11-12T18:38:00+00:00" + "time": "2026-01-13T15:13:58+00:00" }, { "name": "sebastian/cli-parser",