浏览代码

Merge pull request #7934 from IkeLutra/patch-1

Update installer commit to fix SHA384 bug
Jordi Boggiano 6 年之前
父节点
当前提交
b75db3ca08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/faqs/how-to-install-composer-programmatically.md

+ 1 - 1
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