From 92767f886f54df361891cb21c0a3a2ee02cfe8da Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 26 Feb 2016 10:26:07 +0100 Subject: [PATCH] Allow composer to use http Fixes this: > - Installing pear-pear.horde.org/horde_translation (2.2.1) > > Downloading: Connecting... Downloading: Connecting... Downloading: Connecting... > > > > [Composer\Downloader\TransportException] > > Your configuration does not allow connection to http://pear.horde.org. See > > https://getcomposer.org/doc/06-config.md#secure-http for details. https://travis-ci.org/owncloud/mail/jobs/111795408 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 12bf05246..7557dfc91 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,7 @@ { + "config": { + "secure-http": false + }, "repositories": [ { "type": "pear",