Closed mariacdadalt closed 2 years ago
@mariacdadalt this error is just passed through from composer itself.
Try bypassing so
with so shell
and run composer directly from the container.
Ahh I see it also throws and error in so
itself.
Closing this, unable to reproduce and haven't had any other reports and have to assume this was a trailing comma in the composer.json
it was being run on.
Describe the bug When
so start
fails, everyso
command returns an error.To Reproduce 1) edit the composer.json of the project and make a mistake, for instance, forget a comma in the required list. 2)
so start
3) fix the composer.json 4) try runningso composer update
,so restart
orso stop
Expected behavior Be able to run the commands after fixing the mistake in the composer file.
Actual behavior The error:
System Configuration:
Additional context When running the so start I get the following error:
so
just fine, receiving the list of available commands.