PHP/Composer
< PHP
Jump to navigation
Jump to search
Install Composer
# for Docker container
RUN apt-get install -y --no-install-recommends unzip
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Add a package
# TODO