All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:46, 21 June 2024 Qljca talk contribs created page Composer (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...")