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>2020-10-08 10:11:48 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-08 10:11:48 +0300
commitfeac31b9702942dd06a4aa276e0845800326b6b9 (patch)
tree74d10fea687004c64c08c71d3efe0bba075c1b22 /composer.json
parentab7d860073506851f0ee626a53aeabeffaf47883 (diff)
Update the min php version to 7.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 7d27bd09d..c30bd225a 100644
--- a/composer.json
+++ b/composer.json
@@ -12,11 +12,11 @@
],
"config": {
"platform": {
- "php": "7.2"
+ "php": "7.3"
}
},
"require": {
- "php": ">=7.2",
+ "php": ">=7.3",
"arthurhoaro/favicon": "^1.2",
"cerdic/css-tidy": "v1.7.1",
"christophwurst/kitinerary": "^0.2",