diff --git a/src/Composer/Command/RequireCommand.php b/src/Composer/Command/RequireCommand.php index b2c5239fb..751e99d21 100644 --- a/src/Composer/Command/RequireCommand.php +++ b/src/Composer/Command/RequireCommand.php @@ -206,6 +206,8 @@ EOT ); } catch (\Exception $e) { if ($this->newlyCreated) { + $this->revertComposerFile(false); + throw new \RuntimeException('No composer.json present in the current directory ('.$this->file.'), this may be the cause of the following exception.', 0, $e); }