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-03-17 12:39:25 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-23 14:45:29 +0300
commit91610d422441496c6ce77e4c13d65d056b2be65a (patch)
treec2f5626329601645030160a17e7788fe83a1917e /composer.json
parent28d61094d836f20bdc627265c7802c3bebabbd55 (diff)
Add PHP8.1 support
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 673406446..ecb1a7898 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
}
},
"require": {
- "php": ">=7.4",
+ "php": ">=7.4 <=8.1",
"arthurhoaro/favicon": "^1.2",
"bamarni/composer-bin-plugin": "^1.4",
"bytestream/horde-exception": "^2.1",