Replies: 1 comment 4 replies
|
You should use symbolic links. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
i read the readme but this still confuses me. Say my computer is on PHP 8.1 and i have an open source project that support minimum PHP 7.3
in my rector.php file
do i define 7.3 or do i define 8.1?
$rectorConfig->phpVersion(PhpVersion::PHP_73);
or
$rectorConfig->phpVersion(PhpVersion::PHP_81);
All reactions