Composer: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 June 2024

  • curprev 10:4610:46, 21 June 2024Qljca talk contribs 1,242 bytes +1,242 Created page with "==Installation== ===Server-wide Installation=== <pre> php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php --install-dir=/usr/local/bin --filename=composer composer -V </pre> ===User Level Installation=== <pre> php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php composer -V Or echo 'alias composer="php -d allow_url_fopen=On ${HOME}/composer.phar"' >> ~/.bashrc source ~/.bashrc cu..."