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 <ChristophWurst@users.noreply.github.com>2022-05-23 18:50:11 +0300
committerGitHub <noreply@github.com>2022-05-23 18:50:11 +0300
commit63d774ffd4e7df12754b56d21ff1e98df6687a94 (patch)
tree9ad56c97e61a8f11c41f6cbf1d3fec1d9ce91373 /composer.lock
parent7cd477675d780570746d477491eaf292baaf2a90 (diff)
parent91610d422441496c6ce77e4c13d65d056b2be65a (diff)
Merge pull request #6131 from nextcloud/enhancement/php8.1
Add PHP8.1 support
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index c222a0e6c..91c0dcbd8 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": "b1c307444d66ee5ad260eb0d712b61dc",
+ "content-hash": "bf60d7f2e2448119556c1841143408d3",
"packages": [
{
"name": "amphp/amp",
@@ -367,12 +367,12 @@
},
"type": "library",
"autoload": {
- "files": [
- "src/functions.php"
- ],
"psr-4": {
"Amp\\Serialization\\": "src"
- }
+ },
+ "files": [
+ "src/functions.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -3101,7 +3101,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": ">=7.4"
+ "php": ">=7.4 <=8.1"
},
"platform-dev": [],
"platform-overrides": {