wikimedia / composer-merge-plugin

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

Create-replace option added #163

Closed michaeldoehler closed 3 years ago

michaeldoehler commented 6 years ago

This PR adds the "create-replace" option to the merge plugin.

The option is required when you have sub packages which depends on each other, e.g. you have a sub package "a" and this package requires sub package "b", composer suggests the "replace" option on the root level.

The new option adds all sub packages to the root level "replace" and solves this problem for you.

bd808 commented 3 years ago

Closed for inactivity.