Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

installing composer command line

Installing composer commandline
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '756890a4488ce9024fc62c56153228907f1545c228516cbf63f885e036d37e9a59d27d63f46af1d4d07ee0f76181c7d3') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
Comment

where do you install composer

// Adding permissions after installing Composer on Mac OSX
sudo chmod 755 /usr/local/bin/composer.phar
Comment

PREVIOUS NEXT
Code Example
Shell :: terminal shortcut ubuntu 
Shell :: sleep in linux command 
Shell :: install brew mac 
Shell :: docker compose stdin_open 
Shell :: Git command to Change the Author Information Just for the Next Commit 
Shell :: install bootstrap vue 
Shell :: react day picker 
Shell :: how to revoke permissions from group and others 
Shell :: lxml parser 
Shell :: download pdf arranger ubuntu 
Shell :: install adminlte 
Shell :: list file sizes 
Shell :: how to set umask in linux 
Shell :: make tarball backup of director 
Shell :: sed until first match 
Shell :: windows list all files in subdirectories 
Shell :: add minutes to time in excel 
Shell :: sudo update-alternatives — install 
Shell :: how to create docker secret in kubernetes 
Shell :: git exit commit message 
Shell :: libpopt install ubuntu 
Shell :: append two image terminal 
Shell :: bash sum float numbers 
Shell :: docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. 
Shell :: pull from dev branch to master 
Shell :: git buffer 
Shell :: check g++ on ubuntu 
Shell :: how to remove cisco umbrella 
Shell :: du sort by size linux 
Shell :: how to add your project to github 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =