From 718d430b73c3cf74fe50c14ff5e32a8da3a87e27 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 16 Feb 2024 16:33:51 +0000 Subject: [PATCH] Updated Rector to commit f8ebe9b56b60f2cea6f5a0f6042aa8a2c844961a https://github.com/rectorphp/rector-src/commit/f8ebe9b56b60f2cea6f5a0f6042aa8a2c844961a Update PHP version in CONTRIBUTING.md (#5625) --- CONTRIBUTING.md | 2 +- src/Application/VersionResolver.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 429bf9b4cc5..ccd777ddf7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ git clone git@github.com:/rector-src.git cd rector-src ``` -2. We use PHP 8.1 and composer +2. We use PHP 8.2 and composer Install dependencies and verify your local environment: diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 758afbb0661..fe607351dbd 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 = '39d9c321b99b58ebe32131f08e42cfa4b517ed79'; + public const PACKAGE_VERSION = 'f8ebe9b56b60f2cea6f5a0f6042aa8a2c844961a'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-02-16 21:39:02'; + public const RELEASE_DATE = '2024-02-16 23:31:34'; /** * @var int */