From b08a9788064bdc39f2a5c54b522e3fcf6b2c41f3 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 20 Jun 2025 11:01:58 +0000 Subject: [PATCH] Updated Rector to commit 7256308d0c0a32e93630ae0990facba2d2d01e0c https://github.com/rectorphp/rector-src/commit/7256308d0c0a32e93630ae0990facba2d2d01e0c Update composer.json (#7007) --- composer.json | 1 + src/Application/VersionResolver.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0f7584f1c60..93efea172e3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "rector/rector", "description": "Instant Upgrade and Automated Refactoring of any PHP code", + "homepage": "https://getrector.com/", "license": "MIT", "keywords": ["dev", "refactoring", "automation", "migration"], "bin": [ diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 3c204832b6d..68c0792c2ff 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = '220f33b92eec9c9b875925c5440e1a3f0fd0bc04'; + public const PACKAGE_VERSION = '7256308d0c0a32e93630ae0990facba2d2d01e0c'; /** * @api * @var string */ - public const RELEASE_DATE = '2025-06-19 20:15:16'; + public const RELEASE_DATE = '2025-06-20 17:59:20'; /** * @var int */