Installing ComposerComposer is a popular and powerful dependency manager for PHP which can be used for installing and updating other applications. It is available on our servers by default, and you can use it via the composer binary. Based on the PHP version set for PHP CLI in the hosting Control Panel > PHP Settings section, the composer binary will use the latest stable Composer version (full path to binary - /usr/local/bin/composer) or the long-term support Composer version for PHP versions lower than PHP 7.2 (full path to binary - /usr/local/bin/composer-2.2-lts). Should you need to install a local copy of Composer, please follow these steps: 1. First, enable SSH and use it to connect to the server. You can find more information in the SSH section of our online documentation. |