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-11-25 12:17:42 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-25 12:17:42 +0300
commit74d552eba8303b788fb38251162a15a63af18672 (patch)
treeaaecb1006dd72fda26bb6ada5ab34f1fb96e50ce /composer.json
parentc78202b180dc18690541317a16c5b5281deefdc6 (diff)
Drop php7.1 from composer config as well
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 4847cef8f..0aef8eb2b 100644
--- a/composer.json
+++ b/composer.json
@@ -12,11 +12,11 @@
],
"config": {
"platform": {
- "php": "7.1"
+ "php": "7.2"
}
},
"require": {
- "php": ">=7.1",
+ "php": ">=7.2",
"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",
@@ -36,7 +36,7 @@
"arthurhoaro/favicon": "^1.2"
},
"require-dev": {
- "christophwurst/nextcloud": "v17.0.0-beta3",
+ "christophwurst/nextcloud": "v17.0.0",
"christophwurst/nextcloud_testing": "0.7.0",
"phan/phan": "^2.0"
},