Skip to content

Commit

Permalink
Updated Rector to commit e3ccf175943f4b44c521029c090c6907b83d4a6c
Browse files Browse the repository at this point in the history
rectorphp/rector-src@e3ccf17 Fix scoped e2e to load rector/rector:dev-main (#5447)
  • Loading branch information
TomasVotruba committed Jan 8, 2024
1 parent 911e446 commit f775017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_php72.yaml
Expand Up @@ -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

-
Expand Down
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Expand Up @@ -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
*/
Expand Down

0 comments on commit f775017

Please sign in to comment.