We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf1db7 commit 06af204Copy full SHA for 06af204
init.sh
@@ -7,7 +7,7 @@ composerBin="./composer.phar"
7
8
if [[ ! -x "$composerBin" ]]; then
9
echo "Downloading composer..."
10
- curl -s http://getcomposer.org/installer | php
+ curl -s https://getcomposer.org/installer | php
11
chmod +x $composerBin
12
else
13
$composerBin self-update
0 commit comments