beberlei / composer-monorepo-plugin

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

Fix #30 - Use relative symlinks for required binaries #44

Closed pmmaga closed 6 years ago

pmmaga commented 6 years ago

Makes use of Composer\Util\Filesystem to create relative symlinks for binaries.

cfuerst commented 6 years ago

@beberlei any intentions to merge this? or does it need any further work?

pmmaga commented 6 years ago

@beberlei, would you have the time to check this PR? It would save us a few manual rewrites after every composer install :)