Closed eFrane closed 3 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
It should be a fallback only if symlink fails because of permission issues.
I'm not using this plugin anymore thus closing the PR since I won't get it to mergable state.
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