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-02-21 13:47:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-02-21 13:47:53 +0300
commite864d71822b292d33f7fff008178229ff5fe2644 (patch)
tree1037a2e9bfd2f5bb3ef5d6e534e8b583037fc4ff /composer.lock
parent9b155e82785c58464eba4661688acd0ed8716b39 (diff)
Bump friendsofphp/php-cs-fixer
This makes it usable with PHP8.1. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock44
1 files changed, 22 insertions, 22 deletions
diff --git a/composer.lock b/composer.lock
index 07156ec2c..a4a6fe076 100644
--- a/composer.lock
+++ b/composer.lock
@@ -123,12 +123,12 @@
}
},
"autoload": {
- "files": [
- "lib/functions.php"
- ],
"psr-4": {
"Amp\\ByteStream\\": "lib"
- }
+ },
+ "files": [
+ "lib/functions.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -192,14 +192,14 @@
},
"type": "library",
"autoload": {
+ "psr-4": {
+ "Amp\\Parallel\\": "lib"
+ },
"files": [
"lib/Context/functions.php",
"lib/Sync/functions.php",
"lib/Worker/functions.php"
- ],
- "psr-4": {
- "Amp\\Parallel\\": "lib"
- }
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -309,12 +309,12 @@
},
"type": "library",
"autoload": {
- "files": [
- "lib/functions.php"
- ],
"psr-4": {
"Amp\\Process\\": "lib"
- }
+ },
+ "files": [
+ "lib/functions.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -423,13 +423,13 @@
},
"type": "library",
"autoload": {
+ "psr-4": {
+ "Amp\\Sync\\": "src"
+ },
"files": [
"src/functions.php",
"src/ConcurrentIterator/functions.php"
- ],
- "psr-4": {
- "Amp\\Sync\\": "src"
- }
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2111,12 +2111,12 @@
}
},
"autoload": {
- "files": [
- "bootstrap.php"
- ],
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
+ "files": [
+ "bootstrap.php"
+ ],
"classmap": [
"Resources/stubs"
]
@@ -2187,12 +2187,12 @@
}
},
"autoload": {
- "files": [
- "bootstrap.php"
- ],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
+ "files": [
+ "bootstrap.php"
+ ],
"classmap": [
"Resources/stubs"
]