From 8356da3ba242c04a9347fe9a1b6396a80825effb Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Mon, 22 Jan 2024 12:43:37 +0000 Subject: [PATCH] Updated Rector to commit e1effe71627ad76eee1532420cf1a3430abff150 https://github.com/rectorphp/rector-src/commit/e1effe71627ad76eee1532420cf1a3430abff150 Update README.md (#5490) --- README.md | 1 + src/Application/VersionResolver.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cefa0af23ef..8d0948ab4d8 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Among there projects belong: * [laminas/laminas-servicemanager-migration](https://github.com/laminas/laminas-servicemanager-migration) * [cakephp/upgrade](https://github.com/cakephp/upgrade) * [driftingly/rector-laravel](https://github.com/driftingly/rector-laravel) +* [contao/contao-rector](https://github.com/contao/contao-rector)
diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 9a161165a8f..343c9c29554 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 = 'a2ff229df99785b6b51721d929a750f51e72f57a'; + public const PACKAGE_VERSION = 'e1effe71627ad76eee1532420cf1a3430abff150'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-01-21 23:19:40'; + public const RELEASE_DATE = '2024-01-22 19:41:14'; /** * @var int */