Skip to content

Commit 06af204

Browse files
committed
Update Composer installer URL
1 parent cdf1db7 commit 06af204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ composerBin="./composer.phar"
77

88
if [[ ! -x "$composerBin" ]]; then
99
echo "Downloading composer..."
10-
curl -s http://getcomposer.org/installer | php
10+
curl -s https://getcomposer.org/installer | php
1111
chmod +x $composerBin
1212
else
1313
$composerBin self-update

0 commit comments

Comments
 (0)