From f620cae4f90bd5a7cfdb58dca8f608eb9877764b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 14 Jul 2026 09:47:48 +0200 Subject: [PATCH] chore: update project dependencies --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 8869030..9a058fc 100644 --- a/composer.lock +++ b/composer.lock @@ -13028,16 +13028,16 @@ }, { "name": "rector/rector", - "version": "2.5.6", + "version": "2.5.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "c329e210d17f86d70424f2688e1294495f44c670" + "reference": "ba22f8c087848278fed6b4910d4cf1108096d8d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/c329e210d17f86d70424f2688e1294495f44c670", - "reference": "c329e210d17f86d70424f2688e1294495f44c670", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/ba22f8c087848278fed6b4910d4cf1108096d8d3", + "reference": "ba22f8c087848278fed6b4910d4cf1108096d8d3", "shasum": "" }, "require": { @@ -13076,7 +13076,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.5.6" + "source": "https://github.com/rectorphp/rector/tree/2.5.7" }, "funding": [ { @@ -13084,7 +13084,7 @@ "type": "github" } ], - "time": "2026-07-12T10:21:06+00:00" + "time": "2026-07-13T15:24:18+00:00" }, { "name": "sebastian/cli-parser",