Since Rector uses project's autoload to analyze type of elements, it cannot be installed as project in standalone directory
Why not add the possibility to specify auto-load file with ability of auto-detection? It should be possible PHPStan does that thing.
It would permit later to create phar and/or docker images and run it even on old PHP versions.
EDIT: Plus, using composer bin plugin will install rector on an isolated directory which is the same thing as doing a create-project AFAIK. Am I right? So the issue will be the same.
Why not add the possibility to specify auto-load file with ability of auto-detection? It should be possible PHPStan does that thing.
It would permit later to create phar and/or docker images and run it even on old PHP versions.
EDIT: Plus, using composer bin plugin will install rector on an isolated directory which is the same thing as doing a
create-projectAFAIK. Am I right? So the issue will be the same.