Updated Rector to commit e1effe71627ad76eee1532420cf1a3430abff150

e1effe7162 Update README.md (#5490)
This commit is contained in:
Tomas Votruba 2024-01-22 12:43:37 +00:00
parent 0fc99839e2
commit 8356da3ba2
2 changed files with 3 additions and 2 deletions

View File

@ -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)
<br>

View File

@ -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
*/