Hey Justin,
You can install Composer in a site container by doing the following:
- Right-click on the site and go to “Open Site SSH”
- Enter
apt-get update && apt-get install -y curl
- Enter
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- After that, you can immediately use
composer