From 1eef0b918806d00a5d0a83589b171274dcc79498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Sun, 24 Jul 2016 18:30:16 +0200 Subject: [PATCH] Pull fedachdir repository via HTTPS, not SSH --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4145f2acf18f..bc0fef9ad4f5 100644 --- a/composer.json +++ b/composer.json @@ -140,7 +140,7 @@ "type": "zip" }, "source": { - "url": "git@github.com:gatepay/FedACHdir.git", + "url": "https://github.com/gatepay/FedACHdir.git", "type": "git", "reference": "origin/master" }