Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-07-08 03:18:41 +0300
committerGitHub <noreply@github.com>2016-07-08 03:18:41 +0300
commit73b13b0f8d2cd74428389e1249bf002a4329302c (patch)
treeb78166e28c33652666327b3734cad8aeb0b4a04e /composer.json
parent7e5d7148e91514a192c11ea2b5a94097de63b557 (diff)
Composer: remove the disable tls flag, refs #10023 (#10277)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 6f8cdcb102..3c6521b827 100644
--- a/composer.json
+++ b/composer.json
@@ -107,8 +107,5 @@
"post-install-cmd": [
"Piwik\\Composer\\ScriptHandler::buildXhprof"
]
- },
- "config": {
- "disable-tls": true
}
}