mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Add curl -sS everywhere
This commit is contained in:
parent
ce7a75fe03
commit
c1a4e5d43b
5 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@ function includeIfExists($file)
|
|||
|
||||
if ((!$loader = includeIfExists(__DIR__.'/../vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__.'/../../../autoload.php'))) {
|
||||
echo 'You must set up the project dependencies, run the following commands:'.PHP_EOL.
|
||||
'curl -s http://getcomposer.org/installer | php'.PHP_EOL.
|
||||
'curl -sS https://getcomposer.org/installer | php'.PHP_EOL.
|
||||
'php composer.phar install'.PHP_EOL;
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue