Do vendor files need to be committed ? #7339
Question
Cons seen from this
ExampleUsing version 0.12.19 there was an issue with phpdoc due to this requirement Stack TraceNote
|
Replies: 1 comment 5 replies
|
The vendor is needed, so Rector can be installed with own dependency tree on old projects. E.g. with Symfony 2.8. The package you've came across is the one that is missing The 0.12 version is light-years old. Does the probleam remain with 0.13.10? |


The vendor is needed, so Rector can be installed with own dependency tree on old projects. E.g. with Symfony 2.8.
It is often scoped to avoid conflicts you describe: https://getrector.org/blog/prefixed-rector-by-default
The package you've came across is the one that is missing
composer.json. It's part of PHPStan, so an implicit package.It's now handled: https://github.com/rectorphp/rector-src/blob/61b6e86d17923a29a7dad1530a9dd82bc3bf5ee2/build/target-repository/composer.json#L23
The 0.12 version is light-years old.
Does the probleam remain with 0.13.10?