From 53222b20c8e3840afb1926468ccde9e72d06a5ac Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 20 Nov 2024 17:19:48 +0000 Subject: [PATCH] Updated Rector to commit a6824999540b5fb258a9d8f3ebcda155de4ce6e0 https://github.com/rectorphp/rector-src/commit/a6824999540b5fb258a9d8f3ebcda155de4ce6e0 Fix along with other packages e2e test on rector/rector (#6455) --- .github/workflows/along_other_packages.yaml | 2 +- src/Application/VersionResolver.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/along_other_packages.yaml b/.github/workflows/along_other_packages.yaml index d2a88426d3e..178bdb987ad 100644 --- a/.github/workflows/along_other_packages.yaml +++ b/.github/workflows/along_other_packages.yaml @@ -26,7 +26,7 @@ jobs: - name: 'Along PHPStan' - install: composer require phpstan/phpstan:^1.1.1 --dev --ansi + install: composer require phpstan/phpstan:^2.0 --dev --ansi name: "PHP ${{ matrix.php_version }}" diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index d599095cdf2..dd33ba755df 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 = 'eb5df4dde7515bbc497af6da84d5f9dbf96399d8'; + public const PACKAGE_VERSION = 'a6824999540b5fb258a9d8f3ebcda155de4ce6e0'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-11-20 15:37:26'; + public const RELEASE_DATE = '2024-11-20 17:17:05'; /** * @var int */