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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-02-01 12:50:28 +0300
committerGitHub <noreply@github.com>2022-02-01 12:50:28 +0300
commitd635d58d19d5ab65c0be754fc32fce99672c249f (patch)
tree4b9dc1074213fbcce52ae1d1b191c9a801437bf3 /composer.json
parent16521e9f7c23f255043fac8457fa104ea42b31d0 (diff)
parent910e1aa8e63deb799d91c7d7a331439f3c593f17 (diff)
Merge pull request #29286 from nextcloud/enhancement/drop-php-7-3
Drop PHP7.3
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 70cba1623c6..69ac5821c92 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
- "php": "7.3"
+ "php": "7.4"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true