Closed robotoer closed 6 years ago
You can try this out by adding:
"repositories": [
{
"type": "vcs",
"url": "git@github.com:robotoer/composer-monorepo-plugin.git"
}
],
"require": {
"beberlei/composer-monorepo-plugin": "dev-binaries-fix"
}
to your composer.json
Good catch, thank you for the contribution.
Currently when two dependencies of a monorepo package have a binary with the same name, the composer-monorepo-plugin will crash with:
This PR duplicates the behavior that composer itself has to handle this type of conflict: To just print a warning and skip the binary file if a conflicting one already has been symlinked.