From 1469652c3af31649a29d89160493ac02b70cd372 Mon Sep 17 00:00:00 2001 From: MelechMizrachi <1179171+MelechMizrachi@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:45:44 +0000 Subject: [PATCH] [Composer] Update composer dependencies. --- .github/ci/rector/composer.json | 2 +- .github/ci/rector/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ci/rector/composer.json b/.github/ci/rector/composer.json index c9368f4..e7bcbfe 100644 --- a/.github/ci/rector/composer.json +++ b/.github/ci/rector/composer.json @@ -3,7 +3,7 @@ "php" : ">=8.4" }, "require-dev" : { - "valkyrja/rector" : "^26.1.6" + "valkyrja/rector" : "^26.1.7" }, "scripts" : { "fix" : "vendor/bin/rector", diff --git a/.github/ci/rector/composer.lock b/.github/ci/rector/composer.lock index 45a0070..bb474b7 100644 --- a/.github/ci/rector/composer.lock +++ b/.github/ci/rector/composer.lock @@ -224,22 +224,22 @@ }, { "name": "valkyrja/rector", - "version": "v26.1.6", + "version": "v26.1.7", "source": { "type": "git", "url": "https://github.com/valkyrjaio/ci-rector-php.git", - "reference": "ccea829012e8279544839db9a9080786e7c390fa" + "reference": "9eb0a16b9f05ce97f24e82af89411ec1137233d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/valkyrjaio/ci-rector-php/zipball/ccea829012e8279544839db9a9080786e7c390fa", - "reference": "ccea829012e8279544839db9a9080786e7c390fa", + "url": "https://api.github.com/repos/valkyrjaio/ci-rector-php/zipball/9eb0a16b9f05ce97f24e82af89411ec1137233d0", + "reference": "9eb0a16b9f05ce97f24e82af89411ec1137233d0", "shasum": "" }, "require": { "nette/utils": "^4.1.4", "php": ">=8.4", - "rector/rector": "^2.4.6" + "rector/rector": "^2.5.2" }, "type": "project", "autoload": { @@ -266,9 +266,9 @@ ], "support": { "issues": "https://github.com/valkyrjaio/ci-rector-php/issues", - "source": "https://github.com/valkyrjaio/ci-rector-php/tree/v26.1.6" + "source": "https://github.com/valkyrjaio/ci-rector-php/tree/v26.1.7" }, - "time": "2026-06-18T01:30:52+00:00" + "time": "2026-06-24T15:46:47+00:00" } ], "aliases": [],