Skip to content

Commit cfa65f6

Browse files
reedygrogy
authored andcommitted
Suggest to curl composer install via HTTPS
1 parent 6c4a1a4 commit cfa65f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parallel-lint

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ foreach ($autoloadLocations as $autoload) {
5555
if (!$loaded) {
5656
fwrite(STDERR,
5757
'You must set up the project dependencies, run the following commands:' . PHP_EOL .
58-
'curl -s http://getcomposer.org/installer | php' . PHP_EOL .
58+
'curl -s https://getcomposer.org/installer | php' . PHP_EOL .
5959
'php composer.phar install' . PHP_EOL
6060
);
6161
exit(254);

0 commit comments

Comments
 (0)