wikimedia / composer-merge-plugin

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

Ignore certain require'd packages #179

Open tminich opened 4 years ago

tminich commented 4 years ago

I was running into the issue that I wanted to include configuration files for packages in the source tree that require each-other. Of course composer shouldn't install these packages into /vendor, so I implemented an option to ignore certain require'd packages.