Closed leandrogehlen closed 8 years ago
Because the extra.asset-repositories
option is only used in your root composer package, see the doc.
Ok, you are right doc:
Repositories are not resolved recursively.
But doesn't necessary to implement this feature?
This is a limitation of Composer, not the plugin ... But it might be possible to do it anyway, the same way that the plugin create VCS Repositories for dependencies with the direct links (but I still doubt).
Ok, thanks, but my problem is solved. I will add the configurations in main project like you told me.
Ok, cool :)
I have follow situation:
project: php-base - composer.json:
When i run composer, he install the correct assets from overrided repository in this case
https://github.com/leandrogehlen/select2.git
.But if i use the
php-base
in other project like:project: php-other - composer.json
In this case the follow error occurs:
bower-asset/select2 @dev -> no matching package found.
Seems that is ignored extra configurations from php-base