Currently to run composer commands, you need to bash into the container and run composer, or run `tphp composer ...` We should add a `tcomposer` command as a shorthand for doing this to make things a bit more convenient when working with composer.
Currently to run composer commands, you need to bash into the container and run composer, or run
tphp composer ...We should add a
tcomposercommand as a shorthand for doing this to make things a bit more convenient when working with composer.