Skip to content

Commit ed54bab

Browse files
committed
composer-install
1 parent 99df6a7 commit ed54bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# This script taken from the composer installation instructions at
3-
# http://getcomposer.org/doc/faqs/how-to-install-composer-programatically.md
3+
# https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
44

55
EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')"
66
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"

0 commit comments

Comments
 (0)