Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

composer v2

Purge existing composer v1

sudo apt purge composer

Download composer-setup v2

curl -sS https://getcomposer.org/installer -o composer-setup.php

Use php to install Composer
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer

Check Composer Version
composer -V
Comment

PREVIOUS NEXT
Code Example
Shell :: zsh terminal 
Shell :: git commit with message 
Shell :: git merge without delete files 
Shell :: generate zip file terminal 
Shell :: delete a branch in git command 
Shell :: Install the postgres CLI tools 
Shell :: No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi 
Shell :: ssh config only key 
Shell :: helm commands 
Shell :: kubectl create 
Shell :: Bash test if variable is a number 
Shell :: poetry reinstall venv 
Shell :: how to move git clone to another git repo 
Shell :: ubuntu change primary group 
Shell :: bash index of string 
Shell :: npm install react-navigation-stack 
Shell :: how to delete local master branch in git 
Shell :: How to download torrents from the command-line on Linux 
Shell :: installing dbeaver 
Shell :: if clauses bash 
Shell :: install docker 
Shell :: mount is fstab 
Shell :: vim brew 
Shell :: generate token symfony authentication api platform 
Shell :: how to push your code to github 
Shell :: bash escape all special characters 
Shell :: command to check the amount of disk space used 
Shell :: how to delete all text inside vi 
Shell :: bash find and replace all files with specifc name with another file 
Shell :: installing helm on linux 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =