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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-12-12 11:07:46 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-12-12 11:07:46 +0300
commit484420e2ec4fcfda0510b30265d76b01eb02b3c4 (patch)
tree390eddcfea8517bac6a3979e4d424a881b924d4f /composer.json
parent0b3e8b3f9e5ee4b024e39818d007f1d2e9447471 (diff)
Install composer deps for php5.6
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 8ee68d6c8..9ed126a9c 100644
--- a/composer.json
+++ b/composer.json
@@ -5,6 +5,11 @@
"url": "https://pear.horde.org"
}
],
+ "config": {
+ "platform": {
+ "php": "5.6"
+ }
+ },
"require": {
"php": ">=5.6.0",
"pear-pear.horde.org/Horde_Date": "^2.4.0@stable",