summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/highlight-query2
-rwxr-xr-xbin/lint-query2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/highlight-query b/bin/highlight-query
index 85967cd..a71e6f4 100755
--- a/bin/highlight-query
+++ b/bin/highlight-query
@@ -20,7 +20,7 @@ foreach ($files as $file) {
if (!$found) {
die(
"You need to set up the project dependencies using 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
);
}
diff --git a/bin/lint-query b/bin/lint-query
index 46813cb..060454e 100755
--- a/bin/lint-query
+++ b/bin/lint-query
@@ -20,7 +20,7 @@ foreach ($files as $file) {
if (!$found) {
die(
"You need to set up the project dependencies using 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
);
}