We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99df6a7 commit ed54babCopy full SHA for ed54bab
composer-install.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
# This script taken from the composer installation instructions at
3
-# http://getcomposer.org/doc/faqs/how-to-install-composer-programatically.md
+# https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
4
5
EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')"
6
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
0 commit comments