wikimedia / composer-merge-plugin

Merge one or more additional composer.json files at Composer runtime
MIT License
934 stars 159 forks source link

Rewrite relative paths in other parts of composer.json? #230

Open Ambient-Impact opened 2 years ago

Ambient-Impact commented 2 years ago

Hi there. I'm trying to add patches (applied via cweagans/composer-patches) to Drupal modules that I develop that are defined in their own composer.json files which are merged into the root composer.json, but the merge plug-in isn't aware of those paths - is there some way to configure the plug-in to apply the relative path rewriting to additional parts of the composer.json in such cases?