Updated Rector to commit e3ccf175943f4b44c521029c090c6907b83d4a6c

e3ccf17594 Fix scoped e2e to load rector/rector:dev-main (#5447)
This commit is contained in:
Tomas Votruba 2024-01-08 13:55:32 +00:00
parent 911e446bd5
commit f775017f74
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
- run: sleep 40
-
run: composer require rector/rector --ansi
run: composer require rector/rector:dev-main --ansi
working-directory: e2e/reflection-union-php72
-

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '7e566722a08a546858fa67d73915c9dff9a0c018';
public const PACKAGE_VERSION = 'e3ccf175943f4b44c521029c090c6907b83d4a6c';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-01-08 20:43:57';
public const RELEASE_DATE = '2024-01-08 13:53:12';
/**
* @var int
*/