Install php composer in one line command

  (wget -qO - https://getcomposer.org/download/|grep -Pzo '([\s\S]+) '| tail -c+24|head -c-7; echo "";  echo "mv composer.phar /usr/local/bin/composer"; echo "echo now you can use composer command from anywhere"; )|bash...