From 0967f9bd06bdf71329e987d0592aba9f9d25ea95 Mon Sep 17 00:00:00 2001 From: Wouter van Os Date: Thu, 5 Nov 2015 17:05:41 +0100 Subject: [PATCH] Updated Mollie submodule to HTTP instead of SSH --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f665665..ab35360 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/mollie/vendor/Mollie"] path = src/mollie/vendor/Mollie - url = git@github.com:mollie/mollie-api-php.git + url = https://github.com/mollie/mollie-api-php.git