summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-10-01 18:30:13 +0200
committermsquare <msquare@notrademark.de>2018-10-24 19:16:47 +0200
commit957065bc095c84a7b4737782db80d996e84739d8 (patch)
treeba948754c6382ea5d5fa701143e867a666d8a75f /composer.json
parentf35efe01e61fd6d6692d7a76909aaefc93819b4b (diff)
Readme: Bump versions and fix formatting
* Bump required database versions for JSON support and better key handling * Changed PHP version to use a supported one * Fixed migration description * Removed outdated hint for mail config
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index f6df5ee1..7cf1e277 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
}
],
"require": {
- "php": ">=7.0.0",
+ "php": ">=7.1.0",
"ext-gettext": "*",
"ext-json": "*",
"ext-libxml": "*",