Updated Rector to commit f8ebe9b56b60f2cea6f5a0f6042aa8a2c844961a

f8ebe9b56b Update PHP version in CONTRIBUTING.md (#5625)
This commit is contained in:
Tomas Votruba 2024-02-16 16:33:51 +00:00
parent 0d8881ecb3
commit 718d430b73
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ git clone git@github.com:<your-name>/rector-src.git
cd rector-src
```
2. We use PHP 8.1 and composer
2. We use PHP 8.2 and composer
Install dependencies and verify your local environment:

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '39d9c321b99b58ebe32131f08e42cfa4b517ed79';
public const PACKAGE_VERSION = 'f8ebe9b56b60f2cea6f5a0f6042aa8a2c844961a';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-02-16 21:39:02';
public const RELEASE_DATE = '2024-02-16 23:31:34';
/**
* @var int
*/