wikimedia / composer-merge-plugin

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

paths are not updated to include root directory #161

Closed rhofland closed 3 years ago

rhofland commented 6 years ago

During recursion any child composer.json's "required" or "include" paths to it's subdirectories are not updated to reflect the root directory.

In addition, during recursion any "path repository" in any child composer.json, are also not updated to reflect the root directory.

I have create a pull request: #160