Merge pull request #12250 from elazar/patch-2
Update installer script URL to include openssl_free_key() deprecation fixpull/12247/head
commit
a2fcc1a4db
|
@ -35,7 +35,7 @@ give it uniqueness and authenticity as long as you can trust the GitHub servers.
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet
|
wget https://raw.githubusercontent.com/composer/getcomposer.org/f3108f64b4e1c1ce6eb462b159956461592b3e3e/web/installer -O - -q | php -- --quiet
|
||||||
```
|
```
|
||||||
|
|
||||||
You may replace the commit hash by whatever the last commit hash is on
|
You may replace the commit hash by whatever the last commit hash is on
|
||||||
|
|
Loading…
Reference in New Issue