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>2019-04-08 11:15:54 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-08 11:15:54 +0300
commitda4e92145753740c0d94912090a7e8209dd0af7a (patch)
treebd2bf56315f7ea1543ca0d364ef263749e57511d /composer.json
parent8115b3f45f330e2c0226c19ad11ef41ef6d6b4fa (diff)
Require Nextcloud 16
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 5ea2aa4b9..13ffda89a 100644
--- a/composer.json
+++ b/composer.json
@@ -7,11 +7,11 @@
],
"config": {
"platform": {
- "php": "7.0.13"
+ "php": "7.1"
}
},
"require": {
- "php": ">=7.0.13",
+ "php": ">=7.1",
"pear-pear.horde.org/horde_date": "^2.4.1@stable",
"pear-pear.horde.org/horde_exception": "^2.0.8@stable",
"pear-pear.horde.org/horde_imap_client": "^2.29.16@stable",
@@ -31,7 +31,7 @@
"arthurhoaro/favicon": "^1.2"
},
"require-dev": {
- "christophwurst/nextcloud": "dev-stable15",
+ "christophwurst/nextcloud": "v16.0.0-beta3",
"christophwurst/nextcloud_testing": "0.5.1",
"phan/phan": "^1.2"
},