We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4a1a4 commit cfa65f6Copy full SHA for cfa65f6
parallel-lint
@@ -55,7 +55,7 @@ foreach ($autoloadLocations as $autoload) {
55
if (!$loaded) {
56
fwrite(STDERR,
57
'You must set up the project dependencies, run the following commands:' . PHP_EOL .
58
- 'curl -s http://getcomposer.org/installer | php' . PHP_EOL .
+ 'curl -s https://getcomposer.org/installer | php' . PHP_EOL .
59
'php composer.phar install' . PHP_EOL
60
);
61
exit(254);
0 commit comments