Skip to content

Commit

Permalink
Suggest to curl composer install via HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy authored and grogy committed Mar 30, 2021
1 parent 6c4a1a4 commit cfa65f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel-lint
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ foreach ($autoloadLocations as $autoload) {
if (!$loaded) {
fwrite(STDERR,
'You must set up the project dependencies, run the following commands:' . PHP_EOL .
'curl -s http://getcomposer.org/installer | php' . PHP_EOL .
'curl -s https://getcomposer.org/installer | php' . PHP_EOL .
'php composer.phar install' . PHP_EOL
);
exit(254);
Expand Down

0 comments on commit cfa65f6

Please sign in to comment.