Describe the bug
Ran into a situation where I was running so composer require ... and was receiving back only "Done.". Turned out that the container wasn't running, so nothing was being done. A message to request the user to start up the container, or prompt to start the container would be less confusing to someone with minimal package manager experience.
To Reproduce
so composer require ... without starting the container
Expected behavior
Expected a message about the container needing to be running.
Describe the bug Ran into a situation where I was running
so composer require ...
and was receiving back only "Done.". Turned out that the container wasn't running, so nothing was being done. A message to request the user to start up the container, or prompt to start the container would be less confusing to someone with minimal package manager experience.To Reproduce
so composer require ...
without starting the containerExpected behavior Expected a message about the container needing to be running.
Actual behavior Received back "Done".
System Configuration:
S1: 5.3.0
cc @tarecord