From 9d2efe52ab03c20491b67182aa7c0a5dfc0be792 Mon Sep 17 00:00:00 2001 From: twopm Date: Sun, 26 Apr 2015 23:58:41 +0500 Subject: [PATCH] Change way to get Using http may call issue, changet to https. More https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx --- docs/guide/start-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/start-installation.md b/docs/guide/start-installation.md index 0cbf0df..7154d6f 100644 --- a/docs/guide/start-installation.md +++ b/docs/guide/start-installation.md @@ -24,7 +24,7 @@ Installing via Composer If you do not already have Composer installed, you may do so by following the instructions at [getcomposer.org](https://getcomposer.org/download/). On Linux and Mac OS X, you'll run the following commands: - curl -s http://getcomposer.org/installer | php + curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer On Windows, you'll download and run [Composer-Setup.exe](https://getcomposer.org/Composer-Setup.exe).