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>2022-05-02 11:27:26 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-02 11:27:26 +0300
commit09475900636e7f0eca4782952694defc353b58f8 (patch)
tree84f100c524bb2241bd196a7ab42771003f6bbb57 /composer.json
parent0a232a18483942478ad33bb5b8d899b7bd115895 (diff)
Drop PHP7.3 supportchore/drop-php-73
It has reached EOL and blocks updates of our composer dependencies. 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 7dfd4cf52..434ed3fde 100644
--- a/composer.json
+++ b/composer.json
@@ -12,12 +12,12 @@
],
"config": {
"platform": {
- "php": "7.3"
+ "php": "7.4"
},
"sort-packages": true
},
"require": {
- "php": ">=7.3",
+ "php": ">=7.4",
"arthurhoaro/favicon": "^1.2",
"bamarni/composer-bin-plugin": "^1.4",
"cerdic/css-tidy": "v2.0.1",