From e2f231101c7bfdef76ab84e33a2880a423acc54b Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Fri, 8 Apr 2016 14:37:58 +1200
Subject: [PATCH] Disable TLS to workaround CI failures #10023

---
 composer.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/composer.json b/composer.json
index 3c6521b827..6f8cdcb102 100644
--- a/composer.json
+++ b/composer.json
@@ -107,5 +107,8 @@
         "post-install-cmd": [
             "Piwik\\Composer\\ScriptHandler::buildXhprof"
         ]
+    },
+    "config": {
+        "disable-tls": true
     }
 }
-- 
GitLab