mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 20:39:43 +01:00
Updated Rector to commit f8ebe9b56b60f2cea6f5a0f6042aa8a2c844961a
f8ebe9b56b
Update PHP version in CONTRIBUTING.md (#5625)
This commit is contained in:
parent
0d8881ecb3
commit
718d430b73
@ -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:
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user