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.lock
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.lock')
-rw-r--r--composer.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.lock b/composer.lock
index 300bfc64a..949b148af 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "1d7e95275c7b85c9ba465ce894cb6f61",
+ "content-hash": "41432ccd7466f7721858e4e01bc4c288",
"packages": [
{
"name": "amphp/amp",
@@ -2737,11 +2737,11 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": ">=7.3"
+ "php": ">=7.4"
},
"platform-dev": [],
"platform-overrides": {
- "php": "7.3"
+ "php": "7.4"
},
"plugin-api-version": "1.1.0"
}