Skip to content

Commit

Permalink
xmas cleanup composer version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Jan 2, 2024
1 parent ce9da6f commit 95e0588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ node_modules:
composer.phar:
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === 'e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php --version=2.2
php composer-setup.php --2.2
php -r "unlink('composer-setup.php');"

assets:
Expand Down

0 comments on commit 95e0588

Please sign in to comment.