Skip to content

Instantly share code, notes, and snippets.

@xndrdev
Created November 13, 2019 19:17
Show Gist options
  • Save xndrdev/b73b940d4925be7d6c8e269288185b71 to your computer and use it in GitHub Desktop.
Save xndrdev/b73b940d4925be7d6c8e269288185b71 to your computer and use it in GitHub Desktop.
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === 'a5c698ffe4b8e849a443b120cd5ba38043260d5c4023dbf93e1558871f1f07f58274fc6f4c93bcfd858c6bd0775cd8d1') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment