wikimedia / composer-merge-plugin

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

composer-merge-plugin removes itself mid-install #146

Closed grasmash closed 7 years ago

grasmash commented 7 years ago

I'm running into an issue where the following happens:

  1. I execute composer install
  2. Composer installs the root dependencies
  3. Composer merge plugin then merges and begins to install merged dependencies
  4. composer-merge-plugin is removed. I would guess that this is because it will be re-installed later with a different version.
  5. A fatal error is thrown because composer-merge-plugin was removed:
    [Symfony\Component\Debug\Exception\FatalThrowableError]
    Class 'Wikimedia\Composer\Merge\MissingFileException' not found