You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
... or somesuch. In this case it would actually throw an exception if the file is missing. Otherwise, we could just continue to silently consume these exceptions.
See the use of
$this->error
in https://github.com/dflydev/dflydev-embedded-composer/blob/master/src/Dflydev/EmbeddedComposer/Core/EmbeddedComposerBuilder.php#L137For some projects (ie, Sculpin), the
composer.json
is optional, so these exceptions should not be thrown; for other projects, they may be meaningful/required.The text was updated successfully, but these errors were encountered: