beberlei / composer-monorepo-plugin

Integrates Composer into monolithic repositories with many packages.
MIT License
305 stars 41 forks source link

No symlinks on windows #43

Closed eFrane closed 3 years ago

eFrane commented 7 years ago

Using symlinks on Windows almost always requires administrator rights or non-standard configuration. It is thus safer to just copy the files to the project vendors.

More detail on the different requirements for symlinks on Windows can be found at: https://github.com/sensiolabs/SensioDistributionBundle/blob/master/Composer/ScriptHandler.php#L146..L154

Toilal commented 4 years ago

It should be a fallback only if symlink fails because of permission issues.

eFrane commented 3 years ago

I'm not using this plugin anymore thus closing the PR since I won't get it to mergable state.