From dc0d350d8094cb7196211193f03532be7f2efac4 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 12 Oct 2017 17:17:59 +0200 Subject: [PATCH] Use https URLs. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 04d573f1..8c780c34 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "repositories": [ { "type": "pear", - "url": "http://pear.horde.org" + "url": "https://pear.horde.org" } ], "require": {