wikimedia / composer-merge-plugin

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

Incomplete PSR4 autoload file #176

Open grappler opened 5 years ago

grappler commented 5 years ago

While deploying using a docker setup(Lagoon) I found that the PSR4 autoload file was incomplete. This seemed to happen with the update from composer 1.6.5 to 1.8.4.

Locally I was not able to reproduce the issue.

I ended up removing composer-merge-plugin due to the elusive bug and then PSR4 file was created properly.

This issue can be closed if no-one else is having this problem but I wanted to document it, if it become more common.