See the use of $this->error in https://github.com/dflydev/dflydev-embedded-composer/blob/master/src/Dflydev/EmbeddedComposer/Core/EmbeddedComposerBuilder.php#L137
For some projects (ie, Sculpin), the composer.json is optional, so these exceptions should not be thrown; for other projects, they may be meaningful/required.
See the use of
$this->errorin https://github.com/dflydev/dflydev-embedded-composer/blob/master/src/Dflydev/EmbeddedComposer/Core/EmbeddedComposerBuilder.php#L137For some projects (ie, Sculpin), the
composer.jsonis optional, so these exceptions should not be thrown; for other projects, they may be meaningful/required.