From 24a1089199e1f4b0fb696ef4e35d3e21062792e2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 9 Dec 2025 11:26:11 +0100 Subject: [PATCH] Update used packages to their latest versions --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 7baca0be5..6ad53a7c5 100644 --- a/composer.lock +++ b/composer.lock @@ -16930,21 +16930,21 @@ }, { "name": "rector/rector", - "version": "2.2.11", + "version": "2.2.13", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "7bd21a40b0332b93d4bfee284093d7400696902d" + "reference": "4674fb4989168f009016849a0078349a532c42b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7bd21a40b0332b93d4bfee284093d7400696902d", - "reference": "7bd21a40b0332b93d4bfee284093d7400696902d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/4674fb4989168f009016849a0078349a532c42b8", + "reference": "4674fb4989168f009016849a0078349a532c42b8", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.32" + "phpstan/phpstan": "^2.1.33" }, "conflict": { "rector/rector-doctrine": "*", @@ -16978,7 +16978,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.11" + "source": "https://github.com/rectorphp/rector/tree/2.2.13" }, "funding": [ { @@ -16986,7 +16986,7 @@ "type": "github" } ], - "time": "2025-12-02T11:23:46+00:00" + "time": "2025-12-09T07:45:59+00:00" }, { "name": "sebastian/cli-parser",