From 9120cc6fbd3d14c7521422c829d8ade95f2bf308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 01:03:01 +0000 Subject: [PATCH] chore(deps-dev): bump nextcloud/rector in /vendor-bin/rector Bumps [nextcloud/rector](https://github.com/nextcloud-libraries/rector) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/nextcloud-libraries/rector/releases) - [Changelog](https://github.com/nextcloud-libraries/rector/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/rector/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: nextcloud/rector dependency-version: 0.5.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vendor-bin/rector/composer.lock | 49 ++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/vendor-bin/rector/composer.lock b/vendor-bin/rector/composer.lock index 458abe5ea..de76c2ec3 100644 --- a/vendor-bin/rector/composer.lock +++ b/vendor-bin/rector/composer.lock @@ -22,7 +22,7 @@ "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5", + "php": "~8.3 || ~8.4 || ~8.5", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", @@ -55,20 +55,20 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2026-05-15T08:42:57+00:00" + "time": "2026-06-26T02:11:08+00:00" }, { "name": "nextcloud/rector", - "version": "v0.5.1", + "version": "v0.5.2", "source": { "type": "git", "url": "https://github.com/nextcloud-libraries/rector.git", - "reference": "d9c4cf53d9bce0fa95edc87cb093307958317e28" + "reference": "9967d62256cd7507f1104491fb2c427456481b56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-libraries/rector/zipball/d9c4cf53d9bce0fa95edc87cb093307958317e28", - "reference": "d9c4cf53d9bce0fa95edc87cb093307958317e28", + "url": "https://api.github.com/repos/nextcloud-libraries/rector/zipball/9967d62256cd7507f1104491fb2c427456481b56", + "reference": "9967d62256cd7507f1104491fb2c427456481b56", "shasum": "" }, "require": { @@ -118,17 +118,17 @@ ], "support": { "issues": "https://github.com/nextcloud-libraries/rector/issues", - "source": "https://github.com/nextcloud-libraries/rector/tree/v0.5.1" + "source": "https://github.com/nextcloud-libraries/rector/tree/v0.5.2" }, - "time": "2026-05-08T07:32:27+00:00" + "time": "2026-06-15T06:39:12+00:00" }, { "name": "phpstan/phpstan", - "version": "2.1.55", + "version": "2.2.2", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9eaac3826ed5e9b8427350a43cac825eeca3f566", - "reference": "9eaac3826ed5e9b8427350a43cac825eeca3f566", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5cc34d491a90e79c216d824f60fe21fd4d93bd6", + "reference": "e5cc34d491a90e79c216d824f60fe21fd4d93bd6", "shasum": "" }, "require": { @@ -151,6 +151,17 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Ondřej Mirtes" + }, + { + "name": "Markus Staab" + }, + { + "name": "Vincent Langlet" + } + ], "description": "PHPStan - PHP Static Analysis Tool", "keywords": [ "dev", @@ -173,7 +184,7 @@ "type": "github" } ], - "time": "2026-05-18T11:57:34+00:00" + "time": "2026-06-05T09:00:01+00:00" }, { "name": "psr/clock", @@ -483,21 +494,21 @@ }, { "name": "rector/rector", - "version": "2.4.3", + "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "891824c6c59f02a56a5dd58ea8edc44e6c0ece29" + "reference": "49ff6339174bdbdf50b0b35ecbcff14a05ac9e24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/891824c6c59f02a56a5dd58ea8edc44e6c0ece29", - "reference": "891824c6c59f02a56a5dd58ea8edc44e6c0ece29", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/49ff6339174bdbdf50b0b35ecbcff14a05ac9e24", + "reference": "49ff6339174bdbdf50b0b35ecbcff14a05ac9e24", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.48" + "phpstan/phpstan": "^2.2.2" }, "conflict": { "rector/rector-doctrine": "*", @@ -531,7 +542,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.2" }, "funding": [ { @@ -539,7 +550,7 @@ "type": "github" } ], - "time": "2026-05-12T11:17:24+00:00" + "time": "2026-06-22T11:39:33+00:00" }, { "name": "webmozart/assert",