From 6d58b13ee4aef653529d455f2e0f416f72261c28 Mon Sep 17 00:00:00 2001 From: Will Otterburn Date: Tue, 29 Jan 2019 18:03:03 +0000 Subject: [PATCH] Update installer commit to fix SHA384 bug Installer linked is affected by #7669 --- doc/faqs/how-to-install-composer-programmatically.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faqs/how-to-install-composer-programmatically.md b/doc/faqs/how-to-install-composer-programmatically.md index 8a35e34d7..ba6536e54 100644 --- a/doc/faqs/how-to-install-composer-programmatically.md +++ b/doc/faqs/how-to-install-composer-programmatically.md @@ -35,7 +35,7 @@ give it uniqueness and authenticity as long as you can trust the GitHub servers. For example: ```bash -wget https://raw.githubusercontent.com/composer/getcomposer.org/1b137f8bf6db3e79a38a5bc45324414a6b1f9df2/web/installer -O - -q | php -- --quiet +wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet ``` You may replace the commit hash by whatever the last commit hash is on